What do you mean by Serialization and Deserialization and it's use.

Showing Answers 1 - 6 of 6 Answers

ramzan_06

  • Mar 14th, 2007
 

To store the vb.net for data into an xml file is called Serialization.
To load data from xml file to vb.net form is called DeSerialization.
i have code if some one want just mail me. i will give.

  Was this answer useful?  Yes

asirisha

  • Mar 23rd, 2007
 

Serilization: It is the process of maintaning object state in the form of a stream.

Deserilization: It is the process of reading the stream and construct the object.
Uses:(Remoting Concept)
1) making object state persistent
2) transmitting the object from one system to another system

  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