Allegro.cc - Online Community

Allegro.cc Forums » Programming Questions » Protocol Buffers

This thread is locked; no one can reply to it. rss feed Print
Protocol Buffers
Peter Hull
Member #1,136
March 2001

Has anyone used Google protocol buffers for anything? Do people still use them or has the world moved on?

SiegeLord
Member #7,827
October 2006
avatar

I've used them. They are nice for cross-language serialization. However, if your language has support for something native, then that native thing is probably better. C++, for example, does not, so for it protocol buffers are very useful.

There are also a number of alternatives to protocol buffers, but the general idea is the same.

Also, these sorts of things often come with an RPC API, so if you're into making servers, it's a bit more useful even for languages with native serialization support.

"For in much wisdom is much grief: and he that increases knowledge increases sorrow."-Ecclesiastes 1:18
[SiegeLord's Abode][Codes]:[DAllegro5]:[RustAllegro]

Go to: