Package org.kie.api.marshalling
Interface ObjectMarshallingStrategy.Context
- Enclosing interface:
- ObjectMarshallingStrategy
public static interface ObjectMarshallingStrategy.Context
-
Method Summary
Modifier and TypeMethodDescriptionvoidread(ObjectInputStream ois) Loads the context from the given object input streamvoidwrite(ObjectOutputStream oos) Writes the context to the given object output stream
-
Method Details
-
read
Loads the context from the given object input stream- Throws:
IOExceptionClassNotFoundException
-
write
Writes the context to the given object output stream- Throws:
IOException
-