@djangoproject · Post #243 · 2017/01/28 12:26
http://docs.python-guide.org/en/latest/scenarios/serialization/ Data Serialization What is data serialization? Data #serialization is the concept of converting structured data into a format that allows it to be shared or stored in such a way that its original structure to be recovered. In some cases, the secondary intention of data serialization is to minimize the size of the serialized data which then minimizes disk space or bandwidth requirements.
Hashtags