| OLD | NEW |
| 1 Protocol Buffers - Google's data interchange format | 1 Protocol Buffers - Google's data interchange format |
| 2 =================================================== | 2 =================================================== |
| 3 | 3 |
| 4 [](https
://travis-ci.org/google/protobuf) [](https://ci.appveyor.com/project/proto
buf/protobuf) [](https://grpc-testing.appspot.com/job/protobuf_branch) [](https://grpc-testing.appspot.com/job/protobuf_branch_32) [](http://ci.bazel.io/job/protobuf/
) | 4 [](https
://travis-ci.org/google/protobuf) [](https://ci.appveyor.com/project/proto
buf/protobuf) |
| 5 | 5 |
| 6 Copyright 2008 Google Inc. | 6 Copyright 2008 Google Inc. |
| 7 | 7 |
| 8 https://developers.google.com/protocol-buffers/ | 8 https://developers.google.com/protocol-buffers/ |
| 9 | 9 |
| 10 Overview | 10 Overview |
| 11 -------- | 11 -------- |
| 12 | 12 |
| 13 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, | 13 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, |
| 14 platform-neutral, extensible mechanism for serializing structured data. You | 14 platform-neutral, extensible mechanism for serializing structured data. You |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 |--------------------------------------|----------------------------------------
---------------| | 58 |--------------------------------------|----------------------------------------
---------------| |
| 59 | C++ (include C++ runtime and protoc) | [src](src)
| | 59 | C++ (include C++ runtime and protoc) | [src](src)
| |
| 60 | Java | [java](java)
| | 60 | Java | [java](java)
| |
| 61 | Python | [python](python)
| | 61 | Python | [python](python)
| |
| 62 | Objective-C | [objectivec](objectivec)
| | 62 | Objective-C | [objectivec](objectivec)
| |
| 63 | C# | [csharp](csharp)
| | 63 | C# | [csharp](csharp)
| |
| 64 | JavaNano | [javanano](javanano)
| | 64 | JavaNano | [javanano](javanano)
| |
| 65 | JavaScript | [js](js)
| | 65 | JavaScript | [js](js)
| |
| 66 | Ruby | [ruby](ruby)
| | 66 | Ruby | [ruby](ruby)
| |
| 67 | Go | [golang/protobuf](https://github.com/go
lang/protobuf) | | 67 | Go | [golang/protobuf](https://github.com/go
lang/protobuf) | |
| 68 | PHP | [php](php)
| | 68 | PHP | TBD
| |
| 69 | 69 |
| 70 | 70 |
| 71 Usage | 71 Usage |
| 72 ----- | 72 ----- |
| 73 | 73 |
| 74 The complete documentation for Protocol Buffers is available via the | 74 The complete documentation for Protocol Buffers is available via the |
| 75 web at: | 75 web at: |
| 76 | 76 |
| 77 https://developers.google.com/protocol-buffers/ | 77 https://developers.google.com/protocol-buffers/ |
| OLD | NEW |