Serialization

Table of Contents

1. Abstract

Backing up objects (models, data structures in memory, etc) is an important aspect of large scale projects. 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

Tags::tbp:tool:programming: