Externalizablepublic interface Externalizable implements SerializableDefines an interface for classes that want to be serializable, but have their
own binary representation. |
Methods Summary |
---|
public void | readExternal(java.io.ObjectInput input)Reads the next object from the ObjectInput input .
| public void | writeExternal(java.io.ObjectOutput output)Writes the receiver to the ObjectOutput output .
|
|