pub fn serialize<T: Encodable + Debug + ?Sized>(data: &T) -> Vec<u8>
Expand description

Encode an object into a vector of byte.