users@jersey.java.net

[Jersey] How does Jersey serialize to JSON?

From: <sende.mir.post_at_gmx.de>
Date: Thu, 25 Oct 2012 18:12:04 +0200

Hello!

In Jersey, I use the marshalling of JAXB-annotated beans to JSON.

Now I need this in another project without Jersey. However, I want my output to be compatible with Jersey's JSON output.

Does anybody know how (in terms of code) Jersey does the JSON marshalling internally?

Regards,
Bernd