template<typename T>
OptionalBits struct
Explicit wrapper to dump/load the raw contents of std::optional<> variables using a serializer stream. Intended to be used for primitive POD types like 'int', 'char', etc