Package org.jupe.editors.classdiagram.model.serializer

Provides classes to serialize class diagrams into XML using the XStream and to deserialize them.

See:
          Description

Class Summary
ClassDiagramSerializer Utility class that provides static methods to convert ClassDiagrams to XML and vice-versa.
ClassDiagramSerializerTest Class for testing of ClassDiagramSerializer.
ConnectionElementConverter Converter that will hook up in the XStream structure to ensure proper translation of Connections to/from XML.
ModelElementConverter Converter that will hook up in the XStream structure to ensure proper translation of the core of ModelElements.
NodeModelElementConverter Converter that will hook up in the XStream structure to ensure proper translation of NodeModelElements to/from XML.
 

Package org.jupe.editors.classdiagram.model.serializer Description

Provides classes to serialize class diagrams into XML using the XStream and to deserialize them. Serialization is done with the help of so called converters that handle a specific class type, e.g. NodeModelElementConverter for NodeModelElement.