Hi all.
I have recently opted to enable the POJOMapping feature, as my applications do not require XML.
Does the Jersey configuration support a means to configure the object mapper so that null properties will not be represented when Jackson serialises?
As per:
http://wiki.fasterxml.com/JacksonAnnotationSerializeNulls
--
Stephen Souness