Package | Description |
---|---|
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.
|
org.codehaus.jackson.map.ser.std |
Modifier and Type | Class and Description |
---|---|
class |
CoreXMLDeserializers
Container deserializers that handle "core" XML types: ones included in standard
JDK 1.5.
|
class |
CoreXMLSerializers
Provider for serializers of XML types that are part of full JDK 1.5, but
that some alleged 1.5 platforms are missing (Android, GAE).
|
class |
JodaDeserializers
Provider for deserializers that handle some basic data types
for Joda date/time library.
|
class |
JodaSerializers
Provider for serializers that handle some basic data types
for Joda date/time library.
|
Modifier and Type | Class and Description |
---|---|
class |
JdkSerializers
Deprecated.
Since 1.9 use
StdJdkSerializers |
Modifier and Type | Class and Description |
---|---|
class |
StdJdkSerializers
Class that providers access to serializers user for non-structured JDK types that
are serializer as scalars; some using basic
ToStringSerializer ,
others explicit serializers. |