C++ Object Streaming - Part II
In Part I we discussed our overall strategy for object streaming, which needs to be handled carefully to support deserializing objects in-place in memory. We introduced the streaming operator, how to stream simple types such as arithmetic types, and ...
radiantsoftware.hashnode.dev10 min read