PythonCall.jl icon indicating copy to clipboard operation
PythonCall.jl copied to clipboard

JLD2 compatibility

Open cjdoris opened this issue 2 years ago • 0 comments

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?

cjdoris avatar Nov 04 '23 16:11 cjdoris