Skip to main content

serialize

Function serialize 

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

Serialize a serde value using the Rings wire encoding.