pub fn serialize<T>(data: &T) -> Vec<u8> ⓘwhere T: Encodable<Cursor<Vec<u8>>> + ?Sized,
Encode an object into a vector