org.apache.tuscany.sdo.impl
Class DataGraphImpl.EDataGraphExternalizable

java.lang.Object
  extended by org.apache.tuscany.sdo.impl.DataGraphImpl.EDataGraphExternalizable
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
DataGraphImpl

public static class DataGraphImpl.EDataGraphExternalizable
extends Object
implements Externalizable

See Also:
Serialized Form

Field Summary
protected  DataGraphImpl eDataGraph
           
 
Constructor Summary
DataGraphImpl.EDataGraphExternalizable()
           
DataGraphImpl.EDataGraphExternalizable(DataGraphImpl eDataGraph)
           
 
Method Summary
protected  org.eclipse.emf.ecore.resource.ResourceSet createResourceSet()
           
 void readExternal(ObjectInput objectInput)
           
protected  Object readResolve()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eDataGraph

protected DataGraphImpl eDataGraph
Constructor Detail

DataGraphImpl.EDataGraphExternalizable

public DataGraphImpl.EDataGraphExternalizable()

DataGraphImpl.EDataGraphExternalizable

public DataGraphImpl.EDataGraphExternalizable(DataGraphImpl eDataGraph)
Method Detail

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

createResourceSet

protected org.eclipse.emf.ecore.resource.ResourceSet createResourceSet()

readResolve

protected Object readResolve()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.