hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

Are there any examples available to show how to use gson provider? #158

Open madhugarimilla opened 8 years ago

madhugarimilla commented 8 years ago

I would like to use Json request and response to my APIs. I am looking for examples to leverage the gson provider comes with this bundle. Could you please point to some examples?

meribald commented 7 years ago

Hi, I am looking for a Gson provider example as well. I think it is so simple that people ignore this request but I couldn't figure out.

sdempsay commented 7 years ago

I acutally have one that I can publish when I get a chance if you are still interested, just let me know.

col-panic commented 7 years ago

Do you also have an example on using the gson provider with the consumer? I managed to get it working for the provider, but using provider and consumer with gson does not work out on client side.