-
Notifications
You must be signed in to change notification settings - Fork 111
Presentation: jackson 2.0 modules
cowtowncoder edited this page Aug 8, 2012
·
3 revisions
- Hibernate (since 1.x)
- Joda (new with 2.0!)
- Guava (incomplete but usable)
- High-Performance Primitive Collections (HPPC) (proof-of-concept; someone complete me!)
-
org.json (the "original" JSON library, with
JSONObject
and other types) - 2x-3x faster at data-binding than
org.json
itself! Useful when gradually migrating to Jackson.
- Jackson Scala module (very popular; alternative to Jerkson)
- JAX-RS providers:
- for JSON
- for XML
- JAXB Annotations module: use JAXB annotations as alternative to Jackson annotations
- NOTE: does NOT aim for full JAXB implementation, but rather use of JAXB annotations
- Mr Bean for interface-based development (since 1.6)
- Afterburner for the Ultimate Performance (since 1.8)