In computer science, serialization means to force one-at-a-time access for the purposes of concurrency control, or to encode a data structure as a sequence of bytes. The opposite operation, to extract a data structure from a series of bytes, is deserialization.
en.wikipedia.org/wiki/Deserialization
> In computer science, serialization means to force
> one-at-a-time access for the purposes of concurrency
> control, or to encode a data structure as a sequence
> of bytes. The opposite operation, to extract a data
> structure from a series of bytes, is
> deserialization.
> en.wikipedia.org/wiki/Deserialization
superb contribution, mr wikipedia