deserialization?

what is deserialization
[30 byte] By [gani_greata] at [2007-11-26 17:06:24]
# 1
the process of turning a serialized representation of an object back into that object
georgemca at 2007-7-8 23:34:09 > top of Java-index,Core,Core APIs...
# 2

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

kaniska at 2007-7-8 23:34:09 > top of Java-index,Core,Core APIs...
# 3

> 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

georgemca at 2007-7-8 23:34:09 > top of Java-index,Core,Core APIs...