Uses of Interface
io.automatiko.engine.api.marshalling.ObjectMarshallingStrategy.Context
Packages that use ObjectMarshallingStrategy.Context
Package
Description
Marshalling classes are used to marshall and unmarshal StatefulKieSessions
-
Uses of ObjectMarshallingStrategy.Context in io.automatiko.engine.api.marshalling
Methods in io.automatiko.engine.api.marshalling that return ObjectMarshallingStrategy.ContextModifier and TypeMethodDescriptionObjectMarshallingStrategy.createContext()Creates a new marshalling contextMethods in io.automatiko.engine.api.marshalling with parameters of type ObjectMarshallingStrategy.ContextModifier and TypeMethodDescriptionbyte[]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[].ObjectMarshallingStrategy.unmarshal(String dataType, 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[]