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