sunil1989 / google-gson

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

Add JAX-RS support #292

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a feature request.

Jackson and Jettison libraries are used in other JAX-RS server implementations 
and this support makes them a more compelling tool for me because JSON web 
services seems like the main reason why I would need Java <-> JSON 
serialization. I personally haven't been able to get GSON working with any 
JAX-RS implementation but please disregard this if it does work somewhere. If 
not, it would be cool if GSON did support JAX-RS.

Original issue reported on code.google.com by sardonic...@gmail.com on 17 Feb 2011 at 1:36

GoogleCodeExporter commented 9 years ago
See Greaze.
https://sites.google.com/site/greazeproject/

I don't think we'll support JAX-RS since there are libraries that already do 
that.

Original comment by limpbizkit on 17 Jun 2011 at 9:04

GoogleCodeExporter commented 9 years ago
Infinite sorrow.  I'm already using GSON throughout and want to introduce 
JAX-RS.  The jersey/jaxb implementation of JSON is ass.  

Original comment by darren.h...@gmail.com on 8 Dec 2011 at 5:57

GoogleCodeExporter commented 9 years ago
maybe this helps you: 
http://stackoverflow.com/questions/9516224/using-gson-instead-of-jackson-in-jers
ey

Original comment by lagr...@gmail.com on 24 Mar 2012 at 12:34

GoogleCodeExporter commented 9 years ago
That's a funny response - someone else already does it?  Don't they also do 
JSON conversions and just about every other major feature of gson?

It would be nice to have only one such library in a project.  And the 
implementations I've seen appear to be almost trivial.  Shame.

Original comment by artnas...@gmail.com on 25 Jun 2015 at 9:19