Function serde_json_core::ser::to_vec

source ·
pub fn to_vec<T, const N: usize>(value: &T) -> Result<Vec<u8, N>>where
    T: Serialize + ?Sized,
Expand description

Serializes the given data structure as a JSON byte vector