Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Kursus Custom Binary Serialization - Online-undervisning med certifikat
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

Beskrivelse af kurset

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.

Technology

C++

Language

En

Rating

Chapters

7

Studying now

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