| 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.module | 
 Package that contains classes and interfaces to help implement
 custom extension  
Modules
 (which are registered using
 ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module). | 
| Modifier and Type | Class and Description | 
|---|---|
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  | 
SimpleSerializers
Simple implementation  
Serializers which allows registration of
 serializers based on raw (type erased class). | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.