Function serde_ubjson::ser::to_vec [] [src]

pub fn to_vec<T>(value: &T) -> Result<Vec<u8>> where
    T: Serialize

Serialize the given value as a UBJSON byte vector.