Function serialize

Source
pub fn serialize<T>(value: &T) -> Result<Vec<u8>>
where T: Serialize + ?Sized,
Expand description

Serializes a serializable object into a Vec of bytes using the default configuration.