pub fn to_vec<T: Serialize>(value: &T, options: SerOptions) -> Result<Vec<u8>>
Expand description

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