public abstract class AbstractExternalizable extends Object implements SmartExternalizable
Modifier | Constructor and Description |
---|---|
protected |
AbstractExternalizable() |
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput in) |
protected void |
readExternalImpl(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
protected void |
writeExternalImpl(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
protected void readExternalImpl(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
protected void writeExternalImpl(ObjectOutput out) throws IOException
IOException
Copyright © GigaSpaces.