Protocol Buffers

 1 like

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to...

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • Windows
  • Linux
  • Android
  • BSD
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • protobuf
  • serialization

Protocol Buffers News & Activities

Highlights All activities

Recent activities

No activities found.

Protocol Buffers information

  • Developed by

    US flagGoogle
  • Licensing

    Open Source and Free product.
  • Alternatives

    6 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all

Our users have written 0 comments and reviews about Protocol Buffers, and it has gotten 1 likes

Protocol Buffers was added to AlternativeTo by sitsofe on Mar 29, 2015 and this page was last updated Mar 29, 2015.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Protocol Buffers?

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages – Java, C++, or Python.