users@jersey.java.net

[Jersey] How to post only selective fields using the client

From: Jaco le Roux <jabalsad_at_gmail.com>
Date: Mon, 15 Oct 2012 17:20:53 +0200

Hi,

When POSTing a Java object as JSON to a RESTful service, the entire
object gets serialized into the request. Is there a way to choose
which member variables get converted to JSON?

Thanks!