Function to_array

Source
pub fn to_array<T>(value: &T, buf: &mut [u8]) -> Result<usize, Error>
where T: Serialize + ?Sized,
Expand description

Serializes the given data structure as a JSON byte vector