PythonCall.jl
PythonCall.jl copied to clipboard
JLD2 compatibility
Since JLD2 serialises all pointers to NULL, serializing a Py always returns PyNULL.
Add a package extension with a custom serialiser using pickle.
Possibly have the deserialiser be opt-in, for safety by default? Same for Serialization?