Expand description

Pickle deserialization

Note: Serde’s interface doesn’t support all of Python’s primitive types. In order to deserialize a pickle stream to value::Value, use the value_from_* functions exported here, not the generic from_* functions.

Structs

Options for deserializing.

Decodes pickle streams into values.

Functions

Decodes a value from any iterator supported as a reader.

Decodes a value from a std::io::Read.

Decodes a value from a byte slice &[u8].

Decodes a value from any iterator supported as a reader.

Decodes a value from a std::io::Read.

Decodes a value from a byte slice &[u8].