Package net.ssehub.easy.instantiation.serializer.xml
A simple and generic mechanism to persist IVML object models as an XML file or stream
and also to read them back.
-
Interface Summary Interface Description ISerializerPlugin<M extends IModel> Interface for the SerializerPlugin that adds the functionality of serializing runtime VIL. -
Class Summary Class Description Bundle Bundle/activator class for this plugin.Extensions Extension to activate the serialization of runtime VIL files.ModelDeserializer This class offers the methods for the deserialization of the model.ModelSerializer This class offers the methods for the serialization of the model.Registration Registers the serialization additions to VIL.XmlIo Supports storing projects (and referenced projects) into XML format.XmlIo.Model Defines the top level element in the XML.