Articles in this series
Introduction You often need to serialize (save) C++ objects to files for storage, and deserialize (load) them later on a subsequent run of a program....
In Part I we discussed our overall strategy for object streaming, which needs to be handled carefully to support deserializing objects in-place in...