How to make a class serializable?

Any serializable class should pass the following three tests: If it implements readObject( ) , it should implement writeObject( ) , and vice-versa. It is equal (using the equals( ) method) to a serialized copy of itself.

Bulkmailstack
 
Back
Top