pub fn to_slice<'buf, T>( value: &T, buffer: &'buf mut [u8], ) -> Result<&'buf mut [u8]>where T: Serialize,
Serialize a type into a slice of bytes. Returns the slice with the serialized data.