Function serialize

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

Encode an object into a byte vector.

§Panics

If the encoded object exceeds Size::MAX.