Data Serialization in C++ using FlatBuffers
https://DevCourseWeb.com
Published 3/2024
Created by Hristo Iliev
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 32 Lectures ( 1h 24m ) | Size: 983 MB
Learn how to save data or send it over the network in the most efficient way and as an alternative to gRPC's ProtoBuf
What you'll learn:
How to use serialize data
How to create FlatBuffers
The difference between Binary and JSON files
Writing efficient modern C++ code
The FlatBuffers schema language in detail
Requirements:
Basic C++ knowledge
Basic understanding of OOP