|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectMarshallingStrategy | |
---|---|
org.drools.marshalling | Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. |
org.jbpm.marshalling.impl |
Uses of ObjectMarshallingStrategy in org.drools.marshalling |
---|
Methods in org.drools.marshalling with parameters of type ObjectMarshallingStrategy | |
---|---|
Marshaller |
MarshallerProvider.newMarshaller(KnowledgeBase kbase,
ObjectMarshallingStrategy[] strategies)
This will override the strategies specified in the ksession or environment. |
static Marshaller |
MarshallerFactory.newMarshaller(KnowledgeBase kbase,
ObjectMarshallingStrategy[] strategies)
|
Uses of ObjectMarshallingStrategy in org.jbpm.marshalling.impl |
---|
Classes in org.jbpm.marshalling.impl that implement ObjectMarshallingStrategy | |
---|---|
class |
ProcessInstanceResolverStrategy
When using this strategy, knowledge session de/marshalling process will make sure that the processInstance is not serialized as a part of the the session/network. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |