Главная
Study mode:
on
1
Introduction
2
Agenda
3
Serialization Style
4
Saving Objects
5
Types
6
Archive
7
Serializable
8
Multiple Layers
9
Base Type
10
Serializable Base
11
Serializable Inheritance
12
Data Sources
13
Socket Source
14
Key and checksum
15
Stream optimization
16
Multilayer inheritance
17
Shared pointers
18
Multilayer example
19
Stream Ice example
Description:
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only! Grab it Explore advanced C++ serialization techniques in this CppCon 2022 conference talk. Dive into a minimally intrusive approach for adding serialization to class sets, traversing hierarchical and non-hierarchical data, and persisting in binary format with dynamic reconstruction. Learn about Template Argument Deduction for data type deduction, protection against recursive reentrancy, and reflection-like techniques for dynamic object creation. Discover how to implement this platform-agnostic method using C++14 SFINAE/std::enable_if, with insights on optimizations and potential C++20 concept adaptations. Understand the versatility of this serialization technique for disk file persistence, IPC shared memory, and network streams for live remote data sharing in HPC or gaming applications.

Binary Object Serialization with Data Structure Traversal and Reconstruction in C++ - Lecture

CppCon
Add to list