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