SmartDroidDeveloper / 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 Object #142

Closed GoogleCodeExporter closed 9 years ago

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

http://tools.ietf.org/html/rfc4627

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

All.

Please describe the feature requested.

Need support for Java Object as field type that represent any possible JSON 
value, e.g. JSON object, JSON array, JSON string, or JSON number.  For example:

public class Something {
  @Key public Object fieldOfAnyType;
}

Original issue reported on code.google.com by yan...@google.com on 11 Mar 2011 at 12:16

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 12 Apr 2011 at 3:41

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

Original comment by yan...@google.com on 12 Apr 2011 at 3:41

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 12 Apr 2011 at 4:17

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 5 May 2011 at 7:20