public interface ISerializer
Serializer. It is recommended to bind it to
Serializer in the runtime module of your language.| Modifier and Type | Method and Description |
|---|---|
String |
serialize(org.eclipse.emf.ecore.EObject obj) |
String |
serialize(org.eclipse.emf.ecore.EObject obj,
SaveOptions options) |
void |
serialize(org.eclipse.emf.ecore.EObject obj,
Writer writer,
SaveOptions options) |
ReplaceRegion |
serializeReplacement(org.eclipse.emf.ecore.EObject obj,
SaveOptions options) |
String serialize(org.eclipse.emf.ecore.EObject obj)
String serialize(org.eclipse.emf.ecore.EObject obj, SaveOptions options)
void serialize(org.eclipse.emf.ecore.EObject obj,
Writer writer,
SaveOptions options)
throws IOException
IOExceptionReplaceRegion serializeReplacement(org.eclipse.emf.ecore.EObject obj, SaveOptions options)
Copyright © 2015. All Rights Reserved.