pub type HexUpperOrBin = HexOrBin<true>;
HexOrBin serializer which uses upper case.
HexOrBin
struct HexUpperOrBin(pub Vec<u8>);
0: Vec<u8>