JSON DataFormat using Jackson
-----------------------------

                 Key: CAMEL-1664
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1664
             Project: Apache Camel
          Issue Type: New Feature
    Affects Versions: Future
            Reporter: Martin Gilday
            Priority: Minor


Camel currently allows marshaling with JSON using XStream.  Attached is a 
complementary alternative using Jacskon (http://jackson.codehaus.org/). It 
offers a similar feature set, but would help those already using the library 
(such as already having Jackson/JAXB annotated classes).  The implementation 
uses the (marginally) slower object mapper rather than the streaming API (to 
use that a Processor might be more appropriate as you need full control over 
the class to serialise).  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to