Wednesday, 23 January 2019

What is serialization

What is serialization?

Answer:


Serialization is the process of converting an object into a stream of bytes.
De-serialization is the opposite process of creating an object from a stream of bytes.
Serialization / De-serialization is mostly used to transport objects.

No comments:

Post a Comment