Skip to main content

serialize

Function serialize 

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

Serialize value with bincode, without bincode::serialize’s serialized-size pre-pass.