Data Serialization is the act of translating a complex hierarchy of information into a format where it can be stored and transmitted efficiently. Data Serialization is all about having Standard Processes for data organizations. These make it possible for tools and techniques to build on existing standards and work with one another (see: Standardization Enables Creativity).

There are a number of Data Serialization Methods, JSON, CSV, and HTML being some of the more common ones. Some common features used in data serialization include:


Source

Serialization

Related Notes

Data Serialization Methods