Actions
Feature #309
closedUse Jackson for JAXB Marshalling in Android
Start date:
07/04/2014
Due date:
% Done:
0%
Estimated time:
Reviewer:
Build Version:
Description
Android is missing JAXB support. According to this http://stackoverflow.com/questions/5461127/using-jaxb-with-google-android thread, it is possible to use Jackson, which supports JAXB annotations since version 1.1.
This wiki article http://wiki.fasterxml.com/JacksonJAXBAnnotations describes how to use Jackson for this purpose.
Updated by Tobias Wich over 9 years ago
- Status changed from New to Rejected
Jackson has it's own problems on android when used like this.
Actions