[][src]Module serde_pickle::ser

Pickle serialization

Structs

Compound
Serializer

A structure for serializing Rust values into a Pickle stream.

Functions

to_vec

Encode the specified struct into a Vec<u8> buffer.

to_writer

Encode the specified struct into a [u8] writer.

value_to_vec

Encode the value into a Vec<u8> buffer.

value_to_writer

Encode the value into a pickle stream.