Files
30-seconds-of-code/glossary/Deserialization.md
2019-08-13 11:19:29 +03:00

301 B

title, tags
title tags
Deserialization Deserialization

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.