C++ Object Streaming - Part I
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 video games, these data can be resource assets such as textures and meshes, gameplay information ...
radiantsoftware.hashnode.dev11 min read