Uses of Interface
org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor
- 
Packages that use ObjectMarshallingStrategyAcceptor Package Description org.kie.api.marshalling Marshalling classes are used to marshall and unmarshal StatefulKieSessions
- 
- 
Uses of ObjectMarshallingStrategyAcceptor in org.kie.api.marshallingMethods in org.kie.api.marshalling that return ObjectMarshallingStrategyAcceptor Modifier and Type Method Description ObjectMarshallingStrategyAcceptorKieMarshallers. newClassFilterAcceptor(String[] patterns)Methods in org.kie.api.marshalling with parameters of type ObjectMarshallingStrategyAcceptor Modifier and Type Method Description ObjectMarshallingStrategyKieMarshallers. newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)ObjectMarshallingStrategyKieMarshallers. newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
 
-