Package java.io
Interface Externalizable
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
readExternal
(ObjectInput var0) void
writeExternal
(ObjectOutput var0)
-
Method Details
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-