Skip to main content

encode_serialize

Function encode_serialize 

Source
pub fn encode_serialize(v: &impl Serialize) -> Result<Vec<u8>, SerError>
Expand description

Serialize a Serialize value directly into MaxMind DB binary format. Returns the encoded bytes. This avoids allocating an intermediate Value.