Module serde_pickle::ser
[−]
[src]
Pickle serialization
Structs
Compound | |
Serializer |
A structure for serializing Rust values into a Pickle stream. |
Functions
to_vec |
Encode the specified struct into a |
to_writer |
Encode the specified struct into a |
value_to_vec |
Encode the value into a |
value_to_writer |
Encode the value into a pickle stream. |