This package contains a class for handling persistent storage {@link ist.palcom.storage.persistent.Persistent} The interface Persistent provides here functions to write / read objects to a Storage even if serialization is not available. In addition the class {@link ist.palcom.storage.persistent.PersistentStore} provide an simple example of an data abstraction that use the Palcom storage and Persitent interface.
@see ist.palcom.storage.pfs @see ist.palcom.storage.tags @see ist.palcom.storage.pio