What is the math behind serialization and deserialization behind the dill and pickle libraries? Why dill can serialize/deserialization more objects than pickle?
I could not find the serialize/deserialization in their github repos: https://github.com/uqfoundation/dill/tree/master/dill https://github.com/python/cpython/blob/main/Lib/pickle.py
Thanks