Skip to content

Serialization

Mario Gutierrez edited this page Jan 8, 2017 · 24 revisions

Serialization is the process of persisting the state of an object into a stream. The persisted data contains all the necessary information you need to reconstruct (deserialize) the state of the object.

Clone this wiki locally