pub fn encode_to_vec<T>(object: &T) -> Vec<u8> ⓘwhere T: Encodable + ?Sized,
Encodes an object into a vector.