This shows you the differences between two versions of the page.
|
dido:public:ra:xapend:xapend.a_glossary:p:protocol_buffer [2022/01/08 16:53] nick created |
dido:public:ra:xapend:xapend.a_glossary:p:protocol_buffer [2022/01/08 16:55] (current) nick |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] | ||
| - | ** Protocol Buffer (Protobuf)** is a 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. | + | **Protocol Buffers (Protobuf)** is a free and open-source, cross-platform data format used to serialize structured data. It is useful in developing programs to 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. |
| - | Source: [[https://developers.google.com/protocol-buffers ]] | + | Source: [[https://en.wikipedia.org/wiki/Protocol_Buffers]] |