CustomUintFormatter alias that serializes integers in big-endian byte order.
Declared in <serialize.h>
<serialize.h>
template<int Bytes> using BigEndianFormatter = CustomUintFormatter<Bytes, true>;