Re: [Resteasy-users] Customizing Jackson mapper

2012-08-31 Thread Bill Burke
On 8/31/2012 11:13 AM, John Reiter wrote: > I'm using JBoss AS 7.1.1.Final, the included RESTEasy distribution > (2.3.2.Final), and Jackson 1.9.9 to handle serialization/deserialization > to/from JSON. I can serialize/deserialize JSON using > @Produces/@Consumes along with Jackson annotations in

[Resteasy-users] Customizing Jackson mapper

2012-08-31 Thread John Reiter
I'm using JBoss AS 7.1.1.Final, the included RESTEasy distribution (2.3.2.Final), and Jackson 1.9.9 to handle serialization/deserialization to/from JSON. I can serialize/deserialize JSON using @Produces/@Consumes along with Jackson annotations in my REST resources and this all works fine. The pro