Another way to do it is to replace the built-in converter with my custom
converter. See this message:

http://restlet.tigris.org/ds/viewMessage.do?dsMessageId=2716118&dsForumId=4447

There has been some activity regarding scoring. Here's a recent issue
(which points back to an original older issue):

https://github.com/restlet/restlet-framework-java/issues/255

There have also been some bug fixes regarding scoring, but I don't have
pointers to those.

--tim

On Wed, Apr 25, 2012 at 8:06 PM, Richard Berger <rich...@landisfamily.org>wrote:

> Engine.getInstance().getRegisteredConverters().add(0, new
> JacksonConverter());
>
> Worked for me - putting the JacksonConverter first seemed to restore the
> "automagic" :)
> RB
>
> ------------------------------------------------------
>
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2952958
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2952960

Reply via email to