@Deprecated public class Serializer extends java.lang.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.  
  | 
java.lang.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.  
 | 
java.lang.String | 
serialize(org.eclipse.emf.ecore.EObject obj,
         SaveOptions options)
Deprecated.  
  | 
java.lang.String | 
serialize(org.eclipse.emf.ecore.EObject obj,
         SerializerOptions options)
Deprecated.  
 | 
void | 
serialize(org.eclipse.emf.ecore.EObject obj,
         java.io.Writer writer,
         SaveOptions options)
Deprecated.  
  | 
IParseTreeConstructor.TreeConstructionReport | 
serialize(org.eclipse.emf.ecore.EObject obj,
         java.io.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 java.io.IOException
java.io.IOExceptionpublic void serialize(org.eclipse.emf.ecore.EObject obj,
             java.io.Writer writer,
             SaveOptions options)
               throws java.io.IOException
serialize in interface ISerializerjava.io.IOExceptionpublic java.lang.String serialize(org.eclipse.emf.ecore.EObject obj)
serialize in interface ISerializerpublic java.lang.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 java.io.IOException
java.io.IOException@Deprecated public IParseTreeConstructor.TreeConstructionReport serialize(org.eclipse.emf.ecore.EObject obj, java.io.Writer writer, SerializerOptions options) throws java.io.IOException
java.io.IOException@Deprecated
public java.lang.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()