最新消息:请大家多多支持

Data Serialization in C++ using FlatBuffers

其他教程 dsgsd 30浏览 0评论

Published 3/2024
Created by Hristo Iliev
MP4 | Video: h264, 1280×720 | 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

Description:
WelcomeIn this bite-sized course you will learn what data serialization is and how to do it properly. Data serialization is an important topic for anyone – from web developers sending data over the network to desktop applications and games where you might want to save settings or game saves onto the disk and then read them fast later.In any of the above cases you would like to have a fast method of preparing data for being sent and also read back on the other side. So I will introduce binary serialization and its benefits compared to the more widespread JSON or XML alternatives.FlatBuffersThis library is developed by Google and is a really efficient mechanism for serializing data. It is one of the two libraries available that are really poplular and the second one is also developed by Google and is called ProtoBuf which is used mostly for their other technology called gRPC. The FlatBuffers library is more lightweight and versiltile though and you can use it for so much more than ProtoBuf.I will be teaching the FlatBuffers schema language for the most of this course. But a lot of the ideas taken from FlatBuffers are also aplicable to ProtoBuf and gRPC communication. You will also be able to compile flatbuffers for other languages as well and not just for C++ – so you can have a C++ server and an EcmaScript client for example.


Password/解压密码www.tbtos.com

资源下载此资源仅限VIP下载,请先

转载请注明:0daytown » Data Serialization in C++ using FlatBuffers

发表我的评论
取消评论
表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址