achrefB3 / google-api-java-client

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

Support for parsing field declared as Array #173

Closed GoogleCodeExporter closed 9 years ago

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

N/A

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

All

Please describe the feature requested.

Should be able to parse an array pretty much the same as a collection.  For 
example:

public class Something {
  @Key public String[] values;
}

This applies to everywhere @Key is used: JSON, XML, URL encoder, and HTTP 
headers.

Original issue reported on code.google.com by yan...@google.com on 12 Apr 2011 at 4:59

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 13 Apr 2011 at 1:34

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/4402044/

Original comment by yan...@google.com on 13 Apr 2011 at 1:39

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 13 Apr 2011 at 2:52