Glossary format update
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
### Serialization
|
||||
---
|
||||
title: Serialization
|
||||
tags: 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