dill
Serialize all of python (almost)
Serialize all of python (almost)
To install this package, run one of the following:
Dill extends Python's 'pickle' module for serializing and de-serializing Python objects to he majority of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse of which is converting a byte stream back to on python object hierarchy.
Summary
Serialize all of python (almost)
Last Updated
Dec 10, 2019 at 22:20
License
3-clause BSD
Total Downloads
1.9K
Version Downloads
319
Supported Platforms
GitHub Repository
https://github.com/uqfoundation/dillDocumentation
https://docs.python.org/2/library/pickle.html