Difference between revisions of "Googleprotobuf"
From Lost In Wonderlands
(Created page with "= Google Protobuf= '''NeXT Steps''' ''here everything has yet to be done !'' ''coming soon'' : '''''Everything You Always Wanted to Know on Google ProtoBuf... (But Were...") |
(→Google Protobuf) |
||
Line 1: | Line 1: | ||
− | = Google Protobuf= | + | = Google Protobuf = |
'''NeXT Steps''' | '''NeXT Steps''' | ||
Line 15: | Line 15: | ||
* [[Template]] | * [[Template]] | ||
* [[TemplateHowTo]] | * [[TemplateHowTo]] | ||
+ | * [[IPC]] | ||
+ | * [[DataInterchageFormats]] | ||
− | |||
− | |||
− | |||
− | |||
− | == | + | == Protocol-buffer == |
+ | protocoal buffer are google's data interchange format than can be used with any languages on any platforms | ||
− | + | * [https://en.wikipedia.org/wiki/Protocol_Buffers Protocol_Buffers,enUS] | |
+ | * [https://fr.wikipedia.org/wiki/Protocol_Buffers, Protocol_Buffers,frFR] | ||
+ | * [https://developers.google.com/protocol-buffers/ protocol buffer, google] | ||
+ | * [https://github.com/protocolbuffers/protobuf github] | ||
− | |||
− | == | + | == Articles== |
+ | * [https://chromium.googlesource.com/chromium/src/+/dec34b4305c200b641955a4420646fadb40e0318/third_party/protobuf/src/README.md protobuf in chromium] | ||
+ | * [https://medium.com/@distillerytech/using-protobuf-for-huge-object-serialization-5f45b72ce66f using-protobuf-for-huge-object-serialization] | ||
− | |||
− | + | == Blogs == | |
− | == | + | * https://groups.google.com/forum/#!topic/protobuf/ZRpcfmeGK6s |
− | + | ||
− | + |
Revision as of 14:27, 19 July 2019
Google Protobuf
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
Articles