Serializablepublic interface Externalizable extends Serializable
| Modifier and Type | Method | Description |
|---|---|---|
void |
readExternal(ObjectInput var0) |
|
void |
writeExternal(ObjectOutput var0) |
void readExternal(ObjectInput var0) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionvoid writeExternal(ObjectOutput var0) throws IOException
IOException