Deserialization
In JavaScript
, for example, you can deserialize a JSON
string
to an object by calling the function
JSON.parse()
.
See also
- Serialization on Wikipedia