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 voidreadExternal(ObjectInput var0)voidwriteExternal(ObjectOutput var0)
-
-
-
Method Detail
-
readExternal
void readExternal(ObjectInput var0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
void writeExternal(ObjectOutput var0) throws IOException
- Throws:
IOException
-
-