What is Externalizable?
Related Questions
- Why am I having an InvalidClassException thrown during the serialization of my object which implements the Externalizable interface?
- How do I handle versioning of my Externalizable classes? Do I have to write a version number to the stream?
- Why would I want to implement Externalizable instead of Serializable?