-
Which of the following methods is used to avoid serialization of new class whose super class already implements Serialization?
-
- unSerializaedObject()
- writeReadObject()
- readWriteObject()
- writeObject()
- None of these
Correct Option: D
writeObject() and readObject() methods should be implemented to avoid Java serialization.