How to make a class or a bean serializable?

By implementing either the java.io.Serializable interface, or the java.io.Externalizable interface. As long as one class in a class's inheritance hierarchy implements Serializable or Externalizable, that class is serializable.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions