aboutsummaryrefslogtreecommitdiff
path: root/devel/py-dill/pkg-descr
blob: 9995e244bc082bde3b29c1ac2f4c5e1b0e23ec42 (plain) (blame)
1
2
3
4
Dill extends python's 'pickle' module for serializing 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 on python object hierarchy.