pub fn to_slice<T>(value: &T, buf: &mut [u8]) -> Result<usize>where T: Serialize + ?Sized,
Serializes the given data structure as a JSON byte vector into the provided buffer