| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.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.
|
| com.fasterxml.jackson.databind.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).
|
| 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. |
Copyright © 2012-2013 FasterXML. All Rights Reserved.