summaryrefslogtreecommitdiffstats
path: root/python/python3-dill/README
blob: 11db9820a57020e9c994d1f32609900c08de7784 (plain)
1
2
3
4
5
dill extends python’s pickle module for serializing and
and de-serializing python objects to the 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 a python object hierarchy.