JuliaPy / PythonCall.jl

Python and Julia in harmony.
https://juliapy.github.io/PythonCall.jl/stable/
MIT License
776 stars 63 forks source link

JLD2 compatibility #406

Open cjdoris opened 11 months ago

cjdoris commented 11 months ago

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?