Serialization In Modern C++

Опубликовано: 02 Ноябрь 2024
на канале: CoreCppIL
6,690
67

By Elazar Leibovich, presented at Core C++ 2022.

Whether you're writing a web application, kernel module, or real time OS, you'll find yourself serializing and deserializng pieces of data from your code.

We will survey possible approaches to serialize C++ structs.

-----
Elazar is programming for 17 years, virtualization, storage, big data.