Tuesday, 19 April 2011

What is the need of Serialization?

The serialization is used :-
  • To send state of one or more object’s state over the network through a socket.
  • To save the state of an object in a file.
  • An object’s state needs to be manipulated as a stream of bytes.

No comments:

Post a Comment