Uses of Interface
org.kie.api.marshalling.Marshaller
Packages that use Marshaller
Package
Description
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 MarshallerModifier and TypeMethodDescriptionKieMarshallers.newMarshaller(KieBase kbase) The marshalling strategies for this method are undefined and thus they are derived from the ksession's or environment provided.KieMarshallers.newMarshaller(KieBase kbase, ObjectMarshallingStrategy[] strategies) This will override the strategies specified in the ksession or environment.