Archive for July, 2008

Protocol Buffers And JSON, Part - I

Posted on July 8th, 2008 by by Gubbi

Google released Protocol Buffers as an open source project today. It used to be an internal tool used by Google for passing serialized objects between applications. But frankly, reading through the introduction I don’t see what problem it tries to tackle that JSON can’t. I seriously doubt if PB is faster than JSON. Also, JSON […]