Protocol Buffers
Protocol Buffers (Protobuf) is a free and open-source cross-platform data format used to serialize structured data. It is useful in developing programs that communicate with each other over a network or for storing data. The method involves an interface description language that describes the structure of some data and a program that generates source code from that description for generating or parsing a stream of bytes that represents the structured data.
Developer(s) | |
---|---|
Initial release | Early 2001 (internal) July 7, 2008 (public) |
Stable release | |
Repository | |
Written in | C++, C#, Java, Python, JavaScript, Ruby, Go, PHP, Dart |
Operating system | Any |
Platform | Cross-platform |
Type | serialization format and library, IDL compiler |
License | BSD |
Website | protobuf |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.