[][src]Function serde_at::to_vec

pub fn to_vec<B, C, T: ?Sized>(value: &T, cmd: String<C>) -> Result<Vec<u8, B>> where
    B: ArrayLength<u8>,
    C: ArrayLength<u8>,
    T: Serialize

Serializes the given data structure as a JSON byte vector