Function ark_serialize

Source
pub fn ark_serialize<S, A: CanonicalSerialize>(
    a: &A,
    s: S,
) -> Result<S::Ok, S::Error>
where S: Serializer,