dill extends Python's pickle module for serializing and de-serializing Python objects to the
majority of the built-in Python types. It provides the user the same interface as the pickle
module, and also provides the ability to save the state of an interpreter session in a single
command.