Enables (de)serialization of Py<T> objects via serde.
Py
<T>
To use this feature, add this to your Cargo.toml:
Cargo.toml
[dependencies] pyo3 = { version = "0.23.0-dev", features = ["serde"] } serde = "1.0"