Available on crate feature
python
only.Structs§
- PySerialize
Wrap serde
Serialization wrapper for T: TrySerializeToBytes that attaches Python version metadata.
Constants§
Statics§
- PYTHO
N3_ VERSION serde
[minor, micro]
Traits§
- TrySerialize
ToBytes serde
Serializes a Python object without additional system metadata. This is intended to be used together withPySerializeWrap
, which attaches e.g. Python version metadata.