Which Of The Following Methods Is Used To Avoid Serialization #607
Which of the following methods is used to avoid serialization of new class whose super class already implements Serialization?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Serialization Networking - Java Serialization - Quiz No.1.
Which of the following methods is used to avoid serialization of new class whose super class already implements Serialization?
writeObject()
readWriteObject()
writeReadObject()
unSerializaedObject()