Skip to main content

serialize_to_wire_bytes

Function serialize_to_wire_bytes 

Source
pub fn serialize_to_wire_bytes<T: Serialize>(value: &T) -> Vec<u8> 
Expand description

Serialize any value to wire-format bytes: [version byte][msgpack payload]. Uses the same format as EngineMessage::serialize_inner and engine_events.