pub fn serialize_into<S: Serialize>(s: S, buf: &mut Vec<u8>)
Write a MessagePack object into the given buffer.
This function does not modify the data originally in [buf].