Please send your Questions & Answers or Feedback to "mohan@javabook.org"
What is the common usage of serialization?
Whenever an object is to be sent over the network, objects need to be serialized. Moreover if the stateof an object is to be saved, objects need to be serilazed.