Difference between revisions of "Googleprotobuf"

From Lost In Wonderlands
Jump to: navigation, search
(Google Protobuf)
(Protocol-buffer)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Google Protobuf =
+
= Google Prototocol buffer =
  
 
'''NeXT Steps'''
 
'''NeXT Steps'''
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 compiler installation]
 +
** [https://github.com/protocolbuffers/protobuf/releases/tag/v3.9.0 release page for protobuf compiler]
  
 
== Articles==
 
== Articles==
 
* [https://chromium.googlesource.com/chromium/src/+/dec34b4305c200b641955a4420646fadb40e0318/third_party/protobuf/src/README.md protobuf in chromium]
 
* [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]
 
* [https://medium.com/@distillerytech/using-protobuf-for-huge-object-serialization-5f45b72ce66f using-protobuf-for-huge-object-serialization]
 
+
* [https://blog.grijjy.com/2017/04/25/binary-serialization-with-google-protocol-buffers/ binary-serialization-with-google-protocol-buffers]
  
 
== Blogs ==
 
== Blogs ==
 
* https://groups.google.com/forum/#!topic/protobuf/ZRpcfmeGK6s
 
* https://groups.google.com/forum/#!topic/protobuf/ZRpcfmeGK6s

Latest revision as of 10:14, 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

Articles

Blogs