public abstract class AbstractExternalizable extends Object implements Externalizable
| 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)  | 
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionprotected void readExternalImpl(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionprotected void writeExternalImpl(ObjectOutput out) throws IOException
IOExceptionCopyright © GigaSpaces.