Package | Description |
---|---|
org.codehaus.jackson.map.deser |
Contains implementation classes of deserialization part of
data binding.
|
org.codehaus.jackson.map.ext |
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
|
org.codehaus.jackson.map.ser |
Contains implementation classes of serialization part of
data binding.
|
Class and Description |
---|
OptionalHandlerFactory
Helper class used for isolating details of handling optional+external types (Joda datetime,
javax.xml classes) from standard factories that offer them.
|
Class and Description |
---|
DOMDeserializer
Base for serializers that allows parsing DOM Documents from JSON Strings.
|
JodaSerializers.JodaSerializer |
OptionalHandlerFactory
Helper class used for isolating details of handling optional+external types (Joda datetime,
javax.xml classes) from standard factories that offer them.
|
Class and Description |
---|
OptionalHandlerFactory
Helper class used for isolating details of handling optional+external types (Joda datetime,
javax.xml classes) from standard factories that offer them.
|