Difference between revisions of "Googleprotobuf"
From Lost In Wonderlands
(→Protocol-buffer) |
(→Protocol-buffer) |
||
Line 26: | Line 26: | ||
* [https://developers.google.com/protocol-buffers/ protocol buffer, google] | * [https://developers.google.com/protocol-buffers/ protocol buffer, google] | ||
* [https://github.com/protocolbuffers/protobuf github] | * [https://github.com/protocolbuffers/protobuf github] | ||
− | * [https://github.com/protocolbuffers/protobuf/blob/master/src/README.md protobuf | + | * [https://github.com/protocolbuffers/protobuf/blob/master/src/README.md protobuf compiler installation] |
== Articles== | == Articles== |
Revision as of 10:13, 2 August 2019
Google Prototocol buffer
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on Google ProtoBuf... (But Were Afraid to Ask)
a collection of links of interest
See also
Protocol-buffer
protocoal buffer are google's data interchange format than can be used with any languages on any platforms
- Protocol_Buffers,enUS
- Protocol_Buffers,frFR
- protocol buffer, google
- github
- protobuf compiler installation
Articles
- protobuf in chromium
- using-protobuf-for-huge-object-serialization
- binary-serialization-with-google-protocol-buffers