Uses of Interface
org.kie.api.marshalling.ObjectMarshallingStrategy
-
Packages that use ObjectMarshallingStrategy Package Description org.kie.api.marshalling 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 ObjectMarshallingStrategy Modifier and Type Method Description ObjectMarshallingStrategyObjectMarshallingStrategyStore. getStrategy(int index)ObjectMarshallingStrategyObjectMarshallingStrategyStore. getStrategyObject(Object object)ObjectMarshallingStrategyObjectMarshallingStrategyStore. getStrategyObject(String strategyClassName)ObjectMarshallingStrategyKieMarshallers. newIdentityMarshallingStrategy()ObjectMarshallingStrategyKieMarshallers. newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)ObjectMarshallingStrategyKieMarshallers. newSerializeMarshallingStrategy()ObjectMarshallingStrategyKieMarshallers. newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)Methods in org.kie.api.marshalling with parameters of type ObjectMarshallingStrategy Modifier and Type Method Description MarshallerKieMarshallers. newMarshaller(KieBase kbase, ObjectMarshallingStrategy[] strategies)This will override the strategies specified in the ksession or environment.
-