Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Cours Custom Binary Serialization - Apprentissage en Ligne avec Certificat
c++

Custom Binary Serialization

Ihor Gudzyk

C++

7 Chapters

1 Studying now

Build a custom serialization system in C++ that can convert a practical data model (User) to and from both binary and JSON formats. Each chapter introduces a new function to implement, guiding you step-by-step through the process of serializing and deserializing primitive types, strings, and full objects, as well as handling errors and comparing formats.

Show more

Description du cours

Build a custom serialization system in C++ that can convert a practical data model (User) to and from both binary and JSON formats. Each chapter introduces a new function to implement, guiding you step-by-step through the process of serializing and deserializing primitive types, strings, and full objects, as well as handling errors and comparing formats.

Technologie

C++

Langue

En

Évaluation

Chapitres

7

Étudie maintenant

1

Project Overview and Data Model

Serialize Integer to Binary

Deserialize Integer from Binary

Serialize String to Binary

Deserialize String from Binary

Serialize User to Binary

Summary and Next Steps

0%

Project Overview and Data Model

Serialize Integer to Binary

Deserialize Integer from Binary

Serialize String to Binary

Deserialize String from Binary

Serialize User to Binary

Summary and Next Steps

some-alt