Uses of Interface
org.kie.api.marshalling.Marshaller
-
Packages that use Marshaller Package Description org.kie.api.marshalling Marshalling classes are used to marshall and unmarshal StatefulKieSessions -
-
Uses of Marshaller in org.kie.api.marshalling
Methods in org.kie.api.marshalling that return Marshaller Modifier and Type Method Description Marshaller
KieMarshallers. newMarshaller(KieBase kbase)
The marshalling strategies for this method are undefined and thus they are derived from the ksession's or environment provided.Marshaller
KieMarshallers. newMarshaller(KieBase kbase, ObjectMarshallingStrategy[] strategies)
This will override the strategies specified in the ksession or environment.
-