artiya4u / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

Support for text-based protocol buffer format #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://code.google.com/p/protobuf/

Java environments (e.g. Java 6, Android 2.3, App Engine 1.4.3, or All)?

All.

Please describe the feature requested.

Similar to the binary protocol buffer format support we are adding in Issue 4, 
we can also add support for a text-based protocol buffer format.  Typical 
content type is "text/x-protobuf", and we can use TextFormat for 
parsing/serialization.

Original issue reported on code.google.com by yan...@google.com on 1 Jun 2011 at 2:48

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 1 Jun 2011 at 2:48