You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
Given the current design of Jackson, and the XML/POJO-related modifications documented here, Jackson should be able to successfully execute and parse SIRI JSON and XML on 96.1% of Android devices currently in the wild – it should work on Android devices v2.2 (Froyo – API Level 8) and higher.
For the SIRI data, the primary limitation on the remaining Android devices is the availability of the javax.xml.datatype.Duration, which was introduced in Android v2.2:
Caused by: java.lang.TypeNotPresentException: Type javax.xml.datatype.Duration not present at org.apache.harmony.luni.lang.reflect.ImplForType.getRawType(ImplForType.java:64)