Zusammenfassung der Ressource
Frage 1
Frage
Which of these changes can hurt deserialization?
Antworten
-
Adding new instance variables to the class
-
Deleting an instance variable
-
Removing classes from the inheritance tree
-
Changing a non-transient instance variable to transient
-
Changing a class from Serializable to not Serializable
Frage 2
Frage
Adding classes to the inheritance tree can hurt deserialization
Frage 3
Frage
Changing the access level of an instance variable can hurt deserialization
Frage 4
Frage
Which of these changes to a class do NOT hurt deserialization?