Package org.strutsme.common.serialization

Implementation of the serialization.

See:
          Description

Class Summary
SerializationBase SerializationBase is the base class for all serializable classes.
Serializer The Serializer class transforms an object graph into a string and the other way around.
SerializeTools SerializeTools contains from tool string methods which are used by the Serializer class.
 

Exception Summary
SerializationException Thrown to indicate, that an error occured during the serialization.
 

Package org.strutsme.common.serialization Description

Implementation of the serialization.

Base class (SerializationBase) for all classes which want to be serializable.