Uses of Interface
org.kie.api.marshalling.ObjectMarshallingStrategy
Packages that use ObjectMarshallingStrategy
Package
Description
Marshalling classes are used to marshall and unmarshal StatefulKieSessions
-
Uses of ObjectMarshallingStrategy in org.kie.api.marshalling
Methods in org.kie.api.marshalling that return ObjectMarshallingStrategyModifier and TypeMethodDescriptionObjectMarshallingStrategyStore.getStrategy(int index) ObjectMarshallingStrategyStore.getStrategyObject(Object object) ObjectMarshallingStrategyStore.getStrategyObject(String strategyClassName) KieMarshallers.newIdentityMarshallingStrategy()KieMarshallers.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor) KieMarshallers.newSerializeMarshallingStrategy()KieMarshallers.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor) Methods in org.kie.api.marshalling with parameters of type ObjectMarshallingStrategyModifier and TypeMethodDescriptionKieMarshallers.newMarshaller(KieBase kbase, ObjectMarshallingStrategy[] strategies) This will override the strategies specified in the ksession or environment.