What is Serialization and Deserialization

Showing Answers 1 - 2 of 2 Answers

sudhakar

  • Jul 8th, 2005
 

serialization means converting the data into bytes and deserialization means converting bytes into text data .

  Was this answer useful?  Yes

Pattukkottai Arun

  • Jul 21st, 2005
 

Serialization is the process of taking an object and converting it to a format in which it can be transported across a network or persisted to a storage location. The storage location could be as simple as using a file or a database. The serialized format contains the object's state information. 
Deserialization is the process of using the serialized state information to reconstruct the object from the serialized state to its original state

  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