Serialization

Serialization is the process of converting a data object into a format that can be stored (such as files on a hard drive) or transmitted over a network.

Common Serialization formats are binary and JSON.