Uses of Interface
org.drools.marshalling.ObjectMarshallingStrategy.Context

Packages that use ObjectMarshallingStrategy.Context
org.drools.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
org.jbpm.marshalling.impl   
org.jbpm.task.utils   
 

Uses of ObjectMarshallingStrategy.Context in org.drools.marshalling
 

Methods in org.drools.marshalling that return ObjectMarshallingStrategy.Context
 ObjectMarshallingStrategy.Context ObjectMarshallingStrategy.createContext()
          Creates a new marshalling context
 

Methods in org.drools.marshalling with parameters of type ObjectMarshallingStrategy.Context
 byte[] ObjectMarshallingStrategy.marshal(ObjectMarshallingStrategy.Context context, ObjectOutputStream os, Object object)
          This method is analogous to the write() method, but instead of writing the object into an output stream, it returns the marshalled object as a byte[].
 Object ObjectMarshallingStrategy.unmarshal(ObjectMarshallingStrategy.Context context, ObjectInputStream is, byte[] object, ClassLoader classloader)
          This method is analogous to the read method, but instead of reading it from an input stream, it reads it from a byte[]
 

Uses of ObjectMarshallingStrategy.Context in org.jbpm.marshalling.impl
 

Methods in org.jbpm.marshalling.impl that return ObjectMarshallingStrategy.Context
 ObjectMarshallingStrategy.Context ProcessInstanceResolverStrategy.createContext()
           
 

Methods in org.jbpm.marshalling.impl with parameters of type ObjectMarshallingStrategy.Context
 byte[] ProcessInstanceResolverStrategy.marshal(ObjectMarshallingStrategy.Context context, ObjectOutputStream os, Object object)
           
 Object ProcessInstanceResolverStrategy.unmarshal(ObjectMarshallingStrategy.Context context, ObjectInputStream is, byte[] object, ClassLoader classloader)
           
 

Uses of ObjectMarshallingStrategy.Context in org.jbpm.task.utils
 

Fields in org.jbpm.task.utils with type parameters of type ObjectMarshallingStrategy.Context
 Map<Class,ObjectMarshallingStrategy.Context> ContentMarshallerContext.strategyContext
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.