[#MAX_SIZE] = MAX_SIZE :mrdocs: The maximum size of a serialized object in bytes or number of elements (for eg vectors) when the size is encoded as CompactSize. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr uint64_t MAX_SIZE = 0x02000000; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#