Interface Summary |
ISerializationHandler |
An implementing class of this service interface handles the serialization and deserialization of arbitrary (not necessarily Serializable ) objects. |
ISerializedContextHandler |
A serialized ContextHandler is basically the same as a regular ContextHandler, but receives the context events with serialized payload data. |
ISerializedContextProducer |
This interface provides access to an ISerializedContextReceiver , i.e. a ContextStore with methods for creating already serialized context events. |
ISerializedContextReceiver |
This extending ContextStore interface provides a method for injecting a context event which has its payload in serialized form, which is likely to be an
"external" event. |