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.marshalling
Methods in org.kie.api.marshalling that return ObjectMarshallingStrategyAcceptor Modifier and Type Method Description ObjectMarshallingStrategyAcceptor
KieMarshallers. newClassFilterAcceptor(String[] patterns)
Methods in org.kie.api.marshalling with parameters of type ObjectMarshallingStrategyAcceptor Modifier and Type Method Description ObjectMarshallingStrategy
KieMarshallers. newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
ObjectMarshallingStrategy
KieMarshallers. newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
-