|
||||||||||
| 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. |
| Uses of ObjectMarshallingStrategy in org.drools.marshalling |
|---|
| Methods in org.drools.marshalling that return ObjectMarshallingStrategy | |
|---|---|
static ObjectMarshallingStrategy |
MarshallerFactory.newIdentityMarshallingStrategy()
|
ObjectMarshallingStrategy |
MarshallerProvider.newIdentityMarshallingStrategy()
|
static ObjectMarshallingStrategy |
MarshallerFactory.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
|
ObjectMarshallingStrategy |
MarshallerProvider.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
|
static ObjectMarshallingStrategy |
MarshallerFactory.newSerializeMarshallingStrategy()
|
ObjectMarshallingStrategy |
MarshallerProvider.newSerializeMarshallingStrategy()
|
static ObjectMarshallingStrategy |
MarshallerFactory.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
|
ObjectMarshallingStrategy |
MarshallerProvider.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
|
| Methods in org.drools.marshalling with parameters of type ObjectMarshallingStrategy | |
|---|---|
static Marshaller |
MarshallerFactory.newMarshaller(KnowledgeBase kbase,
ObjectMarshallingStrategy[] strategies)
|
Marshaller |
MarshallerProvider.newMarshaller(KnowledgeBase kbase,
ObjectMarshallingStrategy[] strategies)
This will override the strategies specified in the ksession or environment. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||