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