You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be done by having a custom Pickler and Unpickler classes which take a Julia Serializer on construction which is used to serialize any Julia objects it sees in persistent_id. These classes are used when serializing a Python object.
Similarly we can have a custom Serializer type which takes a Python Pickler and Unpickler on construction which is used to (de-)serialize any Python objects it sees. This class is used when pickling/unpickling a Julia object.
The text was updated successfully, but these errors were encountered:
This can be done by having a custom
Pickler
andUnpickler
classes which take a JuliaSerializer
on construction which is used to serialize any Julia objects it sees inpersistent_id
. These classes are used when serializing a Python object.Similarly we can have a custom
Serializer
type which takes a PythonPickler
andUnpickler
on construction which is used to (de-)serialize any Python objects it sees. This class is used when pickling/unpickling a Julia object.The text was updated successfully, but these errors were encountered: