What interface must an object implement before it can be written to a stream as an object?
Related Questions
- When a Serializable object is written with writeObject, then modified and written a second time, why is the modification missing when the stream is deserialized?
- Why am I having an InvalidClassException thrown during the serialization of my object which implements the Externalizable interface?
- What interface must an object implement before it can be written to a stream as an object?