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