What is the purpose of serialization? when the serialization is used Projects?

Showing Answers 1 - 3 of 3 Answers

Anuragk

  • Mar 25th, 2006
 

  Purpose of serialization is writing the state of an object on to the stream i.e saving the state of an object into persitence storage area.

It is used in distributed apps, when there is a need to send an object to remote location through network.

  Was this answer useful?  Yes

Anuragk

  • Mar 25th, 2006
 

 Purpose is to write the state of an object onto the stream.

Used in distributed apps when we send an object to a remote location through network i.e. in RMI

  Was this answer useful?  Yes

srinivas

  • Jul 25th, 2006
 

serialization is nothing but writing the data of particular object to a physical disk file .

the importance of serialization have importance in distributed applicationslike rmi,ejb.

in distributed or remote applications we need to send the data over the network.then it is compulsary to make process serialization over the data,then only data willbe send over the network.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions