pub fn serialize<T, S, const N: usize>(
    input: &[T; N],
    serializer: S
) -> Result<S::Ok, S::Error>where
    T: Serialize,
    S: Serializer,
Expand description

Function that serializes fixed size arrays