Uses of Class
org.jupe.editors.classdiagram.model.serializer.ModelElementConverter

Packages that use ModelElementConverter
org.jupe.editors.classdiagram.model.serializer Provides classes to serialize class diagrams into XML using the XStream and to deserialize them. 
 

Uses of ModelElementConverter in org.jupe.editors.classdiagram.model.serializer
 

Subclasses of ModelElementConverter in org.jupe.editors.classdiagram.model.serializer
 class ConnectionElementConverter
          Converter that will hook up in the XStream structure to ensure proper translation of Connections to/from XML.
 class NodeModelElementConverter
          Converter that will hook up in the XStream structure to ensure proper translation of NodeModelElements to/from XML.