Completed
Key and checksum
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Binary Object Serialization with Data Structure Traversal and Reconstruction in C++ - Lecture
Automatically move to the next video in the Classroom when playback concludes
- 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