Package org.kie.api.marshalling
Interface ObjectMarshallingStrategy.Context
- 
- Enclosing interface:
- ObjectMarshallingStrategy
 
 public static interface ObjectMarshallingStrategy.Context
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidread(ObjectInputStream ois)Loads the context from the given object input streamvoidwrite(ObjectOutputStream oos)Writes the context to the given object output stream
 
- 
- 
- 
Method Detail- 
readvoid read(ObjectInputStream ois) throws IOException, ClassNotFoundException Loads the context from the given object input stream- Throws:
- IOException
- ClassNotFoundException
 
 - 
writevoid write(ObjectOutputStream oos) throws IOException Writes the context to the given object output stream- Throws:
- IOException
 
 
- 
 
-