Files
30-seconds-of-code/glossary/Serialization.md
2018-09-01 14:35:24 +03:00

5 lines
253 B
Markdown

### 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.