What is serialization?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is serialization?
Rating:
Serialization is the process of converting the state of an object into a form that can be transported or stored. In this process, an object's state is written to a temporary or persistent storage. Later, the object can be recreated by deserializing or reading the object's state from the storage.
Rating:
Was this information helpful?
Other articles
- What is QuickWatch dialog box?
- Java Control Statements
- What are assignment operators?
- What is evolutionary approach?
- What is an assertion?