Package | Description |
---|---|
org.drools.marshalling |
Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions
See MarshallerFactory for more detailed information.
|
Modifier and Type | Method and Description |
---|---|
Marshaller |
MarshallerProvider.newMarshaller(KnowledgeBase kbase)
The marshalling strategies for this method are undefined and thus they are derived from the ksession's or environment
provided
|
static Marshaller |
MarshallerFactory.newMarshaller(KnowledgeBase kbase)
Default uses the serialise marshalling strategy.
|
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) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.