IonIdea Interview Question

What is serialization?

Interview Answer

Anonymous

Jul 27, 2017

Serialization is the process of saving the states of an object into file.

2