Formats [u8; n] as a 0x-prefixed hex string.
[u8; n]
E.g., [0, 1, 2, 3] serializes as "0x00010203".
[0, 1, 2, 3]
"0x00010203"