Class GraphicalSchemeXmlSerializer
java.lang.Object
com._1c.g5.v8.dt.bp.scheme.xml.serialization.internal.resource.GraphicalSchemeXmlSerializer
- All Implemented Interfaces:
IXmlSerializer
Xml serializer for graphical scheme (bp scheme).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
save
(OutputStream outputStream) void
save
(org.eclipse.emf.ecore.xmi.XMLResource resource, OutputStream outputStream, Map<?, ?> options) void
setFormater
(IFormatter formater)
-
Constructor Details
-
GraphicalSchemeXmlSerializer
public GraphicalSchemeXmlSerializer()
-
-
Method Details
-
save
- Specified by:
save
in interfaceIXmlSerializer
- Throws:
IOException
-
save
public void save(org.eclipse.emf.ecore.xmi.XMLResource resource, OutputStream outputStream, Map<?, ?> options) throws IOException- Specified by:
save
in interfaceIXmlSerializer
- Throws:
IOException
-
setFormater
- Specified by:
setFormater
in interfaceIXmlSerializer
-
init
- Specified by:
init
in interfaceIXmlSerializer
-