[#BigEndianFormatter] = BigEndianFormatter :mrdocs: CustomUintFormatter alias that serializes integers in big‐endian byte order. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<int Bytes> using BigEndianFormatter = xref:CustomUintFormatter.adoc[CustomUintFormatter<Bytes, true>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#