Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocal Buffers 概述 | 袁昊的学习笔记 #48

Open
howieyuen opened this issue May 6, 2022 · 0 comments
Open

Protocal Buffers 概述 | 袁昊的学习笔记 #48

howieyuen opened this issue May 6, 2022 · 0 comments

Comments

@howieyuen
Copy link
Owner

https://howieyuen.github.io/posts/overview-of-protocal-buffers/

原文链接:
Overview | Protocol Buffers | Google Developers

协议缓冲区(Protocol Buffers)提供了一种语言中立、平台中立、可扩展的机制,用来序列化结构化数据,并且支持向前/向后兼容。
它类似于 JSON,只是它更小更快,并且能生成本地语言绑定。
协议缓冲区包含以下模块:

定义语言(在 .proto 文件中创建)
连接数据的代码( proto 编译器生成)
特定语言的运行时库
序列化格式的数据(写入文件或者通过网络传输)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant