Protocol Buffers - Google's data interchange format(待续)

https://github.com/protocolbuffers/protobuf#:~:text=Protocol%20Buffers%20-%20Google%27s%20data%20interchange%20format%201,written%20in%20C%2B%2B.%20...%203%20Protobuf%20Runtime%20Installation

Overview

Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. You can find protobuf's documentation on the Google Developers site.

This README file contains protobuf installation instructions. To install protobuf, you need to install the protocol compiler (used to compile .proto files) and the protobuf runtime for your chosen programming language.

 

 

Quick Start

The best way to learn how to use protobuf is to follow the tutorials in our developer guide:

https://developers.google.com/protocol-buffers/docs/tutorials

If you want to learn from code examples, take a look at the examples in the examples directory.

 

Documentation

The complete documentation for Protocol Buffers is available via the web at:

https://developers.google.com/protocol-buffers/

 

posted @ 2020-07-30 18:57  PanPan003  阅读(151)  评论(0编辑  收藏  举报