pub fn serialize<S: Serializer, T: Serialize, const N: usize>( data: &[Option<T>; N], ser: S, ) -> Result<S::Ok, S::Error>