users@jersey.java.net

Re: [Jersey] Re: custom serializer not getting called

From: Paul Sandoz <Paul.Sandoz_at_oracle.com>
Date: Wed, 15 Sep 2010 15:10:07 -0700

On Sep 15, 2010, at 2:08 PM, jameskpublic wrote:
>
> I enabled POJO support, and the serializer is now being called.
> Hopefully,
> that's the right way to enable it.
>

Yes, that is the intention:

   https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html
#d0e1959

Unless you are using and explicitly registering your own version of
Jackson.

Paul.