public abstract class AbstractExternalizableDelegator extends Object implements Externalizable
| Constructor and Description |
|---|
AbstractExternalizableDelegator() |
AbstractExternalizableDelegator(Object target) |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
Object |
readResolve() |
void |
writeExternal(ObjectOutput out) |
public AbstractExternalizableDelegator()
public AbstractExternalizableDelegator(Object target)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference