pub fn serialize<S, const N: usize>( data: &[u8; N], serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer,