Class MdXmlSerializer

java.lang.Object
com._1c.g5.modeling.xml.serializer.XmlSerializer
com._1c.g5.v8.dt.md.resource.MdXmlSerializer
All Implemented Interfaces:
IXmlSerializer

public class MdXmlSerializer extends XmlSerializer
Customization of the XmlSerializer that deals with the multi-versioning of the MD model
  • Constructor Details

    • MdXmlSerializer

      public MdXmlSerializer()
      Constructs a serializer
    • MdXmlSerializer

      public MdXmlSerializer(org.eclipse.emf.ecore.xmi.XMLHelper helper, Map<?,?> options)
      Constructs a serializer
      Parameters:
      helper - The helper instance. May not be null
      options - Set of options. May be null
  • Method Details