bumplzz69 / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

Add support for Protocol Buffers as an API serlization format. #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some Google APIs will potentially use a serialized binary Protocol Buffer as 
the communication format in the future.  This library should support a Protobuf 
serialization as well as JSON.

Original issue reported on code.google.com by mmcdon...@google.com on 25 Apr 2011 at 3:28

GoogleCodeExporter commented 9 years ago
Fixed in 6360e99c67da

Original comment by jcgregorio@google.com on 3 May 2011 at 3:03