Data Serialization

1. Abstract

Backing up objects (models, data structures in memory, functions (closures), continuations, etc) is an important aspect of large scale projects: see Distributed Compute. Also relevant in the context of Computer Networks. Encryption is another factor to be considered when tramsmitting sensitive data over tappable lines.

Storage and Retreival of a serialized entity usually needs an accompanying

2. Relevant Nodes

2.1. JSON

2.2. XML

2.3. YAML

Tags::data:meta:cs: