Given:
Which two are secure serialization of these objects? (Choose two.)
Define the serialPersistentFields array field.
Declare fields transient.
Implement only readResolve to replace the instance with a serial proxy and not writeReplace.
Make the class abstract.
Implement only writeReplace to replace the instance with a serial proxy and not readResolve.
Submit