users@jersey.java.net

Problem using jersey

From: Matej Romih <romih.matej_at_gmail.com>
Date: Tue, 18 Aug 2009 20:19:59 +0200

Hello!
I have written a rest service using jersey. Now i want to parse (on client
side) json response back to original POJO (from which json was generated).

Is there any convenient way to do so?

I want to use URLconnection to retrieve result and deserialize it back to
original POJO by some library in jersey.

Thank you very much for your help!

Matej Romih