users@jersey.java.net

[Jersey] Re: Cyclic Graphs / Custom de-serialisation

From: Tatu Saloranta <tsaloranta_at_gmail.com>
Date: Thu, 20 Oct 2011 08:26:50 -0700

On Thu, Oct 20, 2011 at 7:35 AM, David <dmarsh26_at_hotmail.com> wrote:
> Unfortunately the project has bought into Jersey, changing framework now is
> not a desirable option. I was hoping for a Jersey specific solution.

Jersey is not married to existing marshal/unmarshal mechanism, that is
the whole point of JAX-RS: you would not change the framework. You
would just plug in another marshaller/unmarshaller.

-+ Tatu +-