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

284 B

title, tags
title tags
Serialization 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.