Which version of Jackson do you use? On Thu, Nov 27, 2014 at 5:24 PM, Aaron Titus <[email protected]> wrote:
> I'm not sure if this will help you or not but I am using Jackson as the > provider with CXF, and my object classes are annotated with JAXB > annotations. I'm able to create both JSON and XML without issue, even using > simple types like String and boolean. This may be more overhead than you > want? Maybe just create a simple class to use as a wrapper for the return > boolean. >
