pub fn dump_binary<T>(o: &T) -> Vec<u8, Global> where
    T: Serialize,
Expand description

Dumps an object to a binary array in the same format as dump_to_writer