public interface Externalizable extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
void writeExternal(ObjectOutput out) throws IOException
IOException
void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException