Q: What is it object serialization ?

Serialization is a way to convert objects (including complex data structures such as lists and trees) into a stream of bytes.

Showing Answers 1 - 1 of 1 Answers

Serialization is a process of conversion of an object to a series of bytes.Such that the object can be stored easily in the persistent memory.The byte stream can then be deserialised i.e,converted into a replica of the original object.

  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