org.eclipse.xtext.nodemodel.impl
Class SerializableNodeModel

java.lang.Object
  extended by org.eclipse.xtext.nodemodel.impl.SerializableNodeModel

public class SerializableNodeModel
extends java.lang.Object

Since:
2.3
Author:
Mark Christiaens - Initial contribution
This class is not intended to be subclassed by clients.
This class is not intended to be subclassed by clients.
This class is not intended to be instantiated by clients.
This class is not intended to be instantiated by clients.

Field Summary
 java.util.Date date
           
 int formatVersion
           
 RootNode root
           
 
Constructor Summary
SerializableNodeModel()
           
SerializableNodeModel(XtextResource resource)
           
 
Method Summary
 void readObjectData(java.io.DataInputStream in, DeserializationConversionContext context)
           
 void writeObjectData(java.io.DataOutputStream out, SerializationConversionContext scc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatVersion

public int formatVersion

date

public java.util.Date date

root

public RootNode root
Constructor Detail

SerializableNodeModel

public SerializableNodeModel(XtextResource resource)

SerializableNodeModel

public SerializableNodeModel()
Method Detail

writeObjectData

public void writeObjectData(java.io.DataOutputStream out,
                            SerializationConversionContext scc)
                     throws java.io.IOException
Throws:
java.io.IOException
This method is not intended to be referenced by clients.
This method is not intended to be referenced by clients.

readObjectData

public void readObjectData(java.io.DataInputStream in,
                           DeserializationConversionContext context)
                    throws java.io.IOException
Throws:
java.io.IOException
This method is not intended to be referenced by clients.
This method is not intended to be referenced by clients.