Package java.io
Interface Externalizable
-
- All Superinterfaces:
Serializable
public interface Externalizable extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
readExternal(ObjectInput var0)
void
writeExternal(ObjectOutput var0)
-
-
-
Method Detail
-
readExternal
void readExternal(ObjectInput var0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
void writeExternal(ObjectOutput var0) throws IOException
- Throws:
IOException
-
-