discomarathon / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Expose Gson Parser API #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See discussion at
http://groups.google.com/group/google-
gson/browse_thread/thread/412b1dab8a67961e

Original issue reported on code.google.com by inder123 on 21 Oct 2008 at 3:28

GoogleCodeExporter commented 9 years ago
I really need this functionality exposed to switch my project from json.org to 
gson.
 Why artificially restrict the power of your library by not exposing this?

In the interim, I'm attaching a patch that I wrote (can be dropped into any 
project -
just create a com/google/gson subdirectory in your source directory)

Original comment by alexande...@gmail.com on 14 Jan 2009 at 8:17

Attachments:

GoogleCodeExporter commented 9 years ago
r379 contains changes to expose API for JsonParser and methods to Gson to 
deserialize
from a parse tree.

Original comment by inder123 on 4 Feb 2009 at 2:00