Serialization is writing your C++ data structures to a file on disk.
Deserialization is reading (and creating) C++ data structures from a file on disk.
In this lesson we look at reading/writing C++ data structures using a JSON file format using the nlohmann/json C++ library.
#C++ #serialization #tutorial
Ещё видео!