pub fn value_to_writer<W: Write>(
    writer: &mut W,
    value: &Value,
    options: SerOptions
) -> Result<()>
Expand description

Encode the value into a pickle stream.