On Mon, Oct 10, 2011 at 11:05, Thilo-Alexander Ginkel <[email protected]> wrote: > I have registered the Jackson extension with Restlet: > > -- 8< -- > Engine.getInstance().getRegisteredConverters().add(new JacksonConverter()); > -- 8< --
Just a brief follow-up question: Is there a way to influence the Jackson configuration through the Restlet extension? Specifically, I would like to set the SerializationConfig.Feature.WRAP_ROOT_VALUE configuration option on the converter. Thanks, Thilo ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2852607

