Does dill have the register_pickle_by_value
cloudpickle equivalent ?
#671
Labels
Milestone
register_pickle_by_value
cloudpickle equivalent ?
#671
I'm trying to register modules before pickling a class instance object. I used to achieve that with the
register_pickle_by_value
function, is there an equivalent in dill that I can use?cloudpickle example
Can I do the same thing but with
dill
instead of cloudpickle?The text was updated successfully, but these errors were encountered: