Serialization and Deserialization
This commit is contained in:
4
glossary/Deserialization.md
Normal file
4
glossary/Deserialization.md
Normal file
@ -0,0 +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.
|
||||||
|
A common type of deserialization in JavaScript is the conversion of JSON string into an object.
|
||||||
4
glossary/Serialization.md
Normal file
4
glossary/Serialization.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
### Serialization
|
||||||
|
|
||||||
|
Serialization is the process of converting an object or data structure into a format suitable for transfer over a network and/or storage.
|
||||||
|
A common type of serialization in JavaScript is the conversion of an object into a JSON string.
|
||||||
Reference in New Issue
Block a user