Function vino_codec::messagepack::serialize[][src]

pub fn serialize<T: ?Sized>(item: &T) -> Result<Vec<u8>, CodecError> where
    T: ?Sized + Serialize
Expand description

The standard function for serializing codec structs into a format that can be. used for message exchange between actor and host. Use of any other function to. serialize could result in breaking incompatibilities.