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