Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Kurs Custom Binary Serialization - Online-Lernen mit Zertifikat
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

Kursbeschreibung

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++

Sprache

En

Bewertung

Kapitel

7

Jetzt lernen

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