@Deprecated public class Serializer extends Object implements ISerializer
| Constructor and Description |
|---|
Serializer(IParseTreeConstructor ptc,
IFormatter fmt,
IConcreteSyntaxValidator val)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected IFormatter |
getFormatter()
Deprecated.
|
protected IParseTreeConstructor |
getParseTreeReconstructor()
Deprecated.
|
protected IConcreteSyntaxValidator |
getValidator()
Deprecated.
|
String |
serialize(org.eclipse.emf.ecore.EObject obj)
Deprecated.
|
IParseTreeConstructor.TreeConstructionReport |
serialize(org.eclipse.emf.ecore.EObject obj,
ITokenStream tokenStream,
SaveOptions options)
Deprecated.
|
IParseTreeConstructor.TreeConstructionReport |
serialize(org.eclipse.emf.ecore.EObject obj,
ITokenStream tokenStream,
SerializerOptions options)
Deprecated.
|
String |
serialize(org.eclipse.emf.ecore.EObject obj,
SaveOptions options)
Deprecated.
|
String |
serialize(org.eclipse.emf.ecore.EObject obj,
SerializerOptions options)
Deprecated.
|
void |
serialize(org.eclipse.emf.ecore.EObject obj,
Writer writer,
SaveOptions options)
Deprecated.
|
IParseTreeConstructor.TreeConstructionReport |
serialize(org.eclipse.emf.ecore.EObject obj,
Writer writer,
SerializerOptions options)
Deprecated.
|
ReplaceRegion |
serializeReplacement(org.eclipse.emf.ecore.EObject obj,
SaveOptions options)
Deprecated.
|
@Inject public Serializer(IParseTreeConstructor ptc, IFormatter fmt, IConcreteSyntaxValidator val)
public IParseTreeConstructor.TreeConstructionReport serialize(org.eclipse.emf.ecore.EObject obj, ITokenStream tokenStream, SaveOptions options) throws IOException
IOExceptionpublic void serialize(org.eclipse.emf.ecore.EObject obj,
Writer writer,
SaveOptions options)
throws IOException
serialize in interface ISerializerIOExceptionpublic String serialize(org.eclipse.emf.ecore.EObject obj)
serialize in interface ISerializerpublic String serialize(org.eclipse.emf.ecore.EObject obj, SaveOptions options)
serialize in interface ISerializer@Deprecated public IParseTreeConstructor.TreeConstructionReport serialize(org.eclipse.emf.ecore.EObject obj, ITokenStream tokenStream, SerializerOptions options) throws IOException
IOException@Deprecated public IParseTreeConstructor.TreeConstructionReport serialize(org.eclipse.emf.ecore.EObject obj, Writer writer, SerializerOptions options) throws IOException
IOException@Deprecated public String serialize(org.eclipse.emf.ecore.EObject obj, SerializerOptions options)
public ReplaceRegion serializeReplacement(org.eclipse.emf.ecore.EObject obj, SaveOptions options)
serializeReplacement in interface ISerializerprotected IParseTreeConstructor getParseTreeReconstructor()
protected IFormatter getFormatter()
protected IConcreteSyntaxValidator getValidator()
Copyright © 2015. All Rights Reserved.