Package gate.util.persistence

Interface Summary
Persistence Defines an object that holds persistent data about another object.
 

Class Summary
CollectionPersistence  
ControllerPersistence  
CorpusPersistence  
DSPersistence  
GateObjectOutputStream Title: Gate2 Description: Copyright: Copyright (c) 2000 Company: University Of Sheffield
JDBCDSPersistence Adds security data storage to the DS persistence
LanguageAnalyserPersistence Provides a persistent equivalent for LanguageAnalysers.
LRPersistence  
MapPersistence  
PersistenceManager This class provides utility methods for saving resources through serialisation via static methods.
PersistenceManager.ClassComparator  
PersistenceManager.ObjectHolder A reference to an object; it uses the identity hashcode and the equals defined by object identity.
PersistenceManager.SlashDevSlashNull This class is used as a marker for types that should NOT be serialised when saving the state of a gate object.
PersistenceManager.URLHolder URLs get upset when serialised and deserialised so we need to convert them to strings for storage
PRPersistence  
ResourcePersistence Holds the data needed to serialise and recreate a Resource.
SerialAnalyserControllerPersistence Persistence handler for SerialAnalyserController.
 

Exception Summary
PersistenceManager.NotComparableException Thrown by a comparator when the values provided for comparison are not comparable.