Verb
deserialize (third-person singular simple present deserializes, present participle deserializing, simple past and past participle deserialized)
(transitive, computing) To parse (serialized data) so as to reconstruct the original object.
In addition to serializing directly to files, Storable includes the freeze function to return a serialized copy of the data packed into a scalar, and thaw to deserialize such a scalar. Source: Internet
;Julia: Julia implements serialization through the serialize() / deserialize() modules, http://julia. Source: Internet
DataContractJsonSerializer Does Not Deserialize Private Properties. Source: Internet