Skip to main content

serialize

Function serialize 

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

Serialize a visitable value into bytes.

The encoding format is an internal detail of icydb and is only guaranteed to round-trip via deserialize.