Uses of Interface
org.drools.marshalling.Marshaller

Packages that use Marshaller
org.drools.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
 

Uses of Marshaller in org.drools.marshalling
 

Methods in org.drools.marshalling that return Marshaller
 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.