posted 14 years ago
what is the difference if we implement Serializable and provide writeObject() which does not have a call to writeDefaultObject()
writeObject() has only customized logic, no call to default serialization.
How is this different from implementing Externalizable?