users@jersey.java.net

Proper way to read/write customized java types?

From: Will Hoover <java.whoover_at_gmail.com>
Date: Wed, 18 Feb 2009 08:43:44 -0500

What is the "proper" way to convert POJOs to JSON and back (1.0.2)? I seen
that TODO for "Supporting the Reading and Writing of Customized Java Types"
(http://wikis.sun.com/display/Jersey/Advanced+JAX-RS+1.0+Features) and
http://blog.refinn.com/category/jersey/ regarding the use of jackson. Is
there an example of how to use this in Jersey?