Function serialize_into

Source
pub fn serialize_into<S: Serialize>(s: S, buf: &mut Vec<u8>)
Expand description

Write a MessagePack object into the given buffer.

This function does not modify the data originally in [buf].