C++ Object Streaming - Part II
Jan 16, 2024 · 10 min read · 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 ...
Join discussion



