python-dill: python-dill ( serializing and de-serializing python objects) python-dill: python-dill: dill extends python's pickle module for serializing and python-dill: de-serializing python objects to the majority of the built-in python python-dill: types. Serialization is the process of converting an obkect to a byte python-dill: stream, and the inverse of which is converting a byte stream back python-dill: to a python object hierarchy. python-dill: python-dill: python-dill: python-dill: