Package com.sag.osami.contextstore.storage

Interface Summary
DBConstants This interface defines table name and column name constants for a database-backed ContextStore storage implementation.
ISerializedContextStorage This interface is used by ContextStore for all storage-related logic.
 

Class Summary
SerializedContextStorage This convenience implementation of an ISerializedContextStorage provides trivial implementations for the public API methods which hide the (de)serialization-flags (i.e. all methods from IContextStorage), as well as a trivial setter method for the serialization handler.