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