Function wasm_msgpack::encode::serde::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