Package org.garret.serme

Interface Summary
IComparator Comparator interface used in SortedCollection class
IInputStream Interface for fetching component of the objects.
IOutputStream Interface for storing component of the objects.
ISerializable Interface which should be implemented by any object which can be serialized.
IStorage Interface of persistent storage.
 

Class Summary
AbstractComparator Abstract comparator.
BufferedObjectInputStream Class used to fetch serialized objects.
BufferedObjectOutputStream Class used to serialize objects.
ObjectInputStream Class used to fetch serialized objects.
ObjectOutputStream Class used to serialize objects into array of bytes.
Persistent Class which remembers the storage to which it belongs.
SortedCollection Indexed collection providing fast access and sorting of their members.
 

Exception Summary
SermeException Exception thrown by this SerMe when something is going wrong.