org.eclipse.emf.ecore.sdo.impl
Class EDataGraphImpl.EDataObjectExternalizable
java.lang.Object
org.eclipse.emf.ecore.sdo.impl.EDataGraphImpl.EDataObjectExternalizable
- All Implemented Interfaces:
- Externalizable, Serializable
- Enclosing class:
- EDataGraphImpl
- public static class EDataGraphImpl.EDataObjectExternalizable
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eObject
protected EObject eObject
eDataGraph
protected EDataGraph eDataGraph
EDataGraphImpl.EDataObjectExternalizable
public EDataGraphImpl.EDataObjectExternalizable()
EDataGraphImpl.EDataObjectExternalizable
public EDataGraphImpl.EDataObjectExternalizable(EDataGraph eDataGraph,
EObject eObject)
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput objectInput)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
readResolve
protected Object readResolve()