Given:
You want to implement the java.io.Serializable interface to the MyPersistenceData class.
Which method should be overridden?
the readExternal method
nothing
the readExternal and writeExternal method
the writeExternal method
Submit