diff --git a/glossary/Deserialization.md b/glossary/Deserialization.md index 9f72815c7..7d6ba4a55 100644 --- a/glossary/Deserialization.md +++ b/glossary/Deserialization.md @@ -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.