pub fn to_binary<T: Serialize>(obj: &T) -> Vec<u8>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Transforms an object to bincoded bytes.