Jackson JSON Processor

Jackson JSON Processor

Components

Component BInary Format Entries that deal with "Smile" Binary Format (see http://wiki.fasterxml.com/JacksonBinaryFormat)
Component Deserializer Lead: Tatu Saloranta Deserialization specific code, features of data binding (mapper) package.
Component JAX-RS provider Lead: Tatu Saloranta JAX-RS provider (jackson-jax-rs module) and related things within same package
Component JAXB annotation handler Lead: Ryan Heaton Functionality that handles JAXB compatibility, mostly via JAXB-aware annotation introspector (included in jackson-xc module)
Component JSON tree (JsonNode) Lead: Tatu Saloranta Functionality related to handling JsonNode-based Tree Model.
Component JsonGenerator Lead: Tatu Saloranta Core streaming JSON generator (writer) and classes it uses
Component JsonParser Lead: Tatu Saloranta Core JSON parser (and classes it directly uses)
Component ObjectMapper Lead: Tatu Saloranta Core data binder functionality that is not specific to serialization, deserialization, or tree model.
Component Scala-module Issues related to Scala support
Component Serializer Lead: Tatu Saloranta Serialization-specific components, functionality.
Component Xml Compatibility (XC) Component built as "jackson-xc", including things like JAXB annotation support and possibly JsonParser/JsonGenerator implementations that can consume/produce XML.