Update Deserialization.md

This commit is contained in:
Angelos Chalaris
2018-09-01 16:43:34 +03:00
committed by GitHub
parent ec1d8f0335
commit d41ef8f45e

View File

@ -1,4 +1,4 @@
### Deserialization
Serialization is the process of converting a format that has been transferred over a network and/or used for storage to an object or data structure.
Deserialization is the process of converting a format that has been transferred over a network and/or used for storage to an object or data structure.
A common type of deserialization in JavaScript is the conversion of JSON string into an object.