| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.xml | 
 Package that contains XML-based backends which can serialize POJOs
 to and deserialize from XML, using Stax XML parsers and generators
 for XML processing and mostly standard Jackson data binding otherwise. 
 | 
| com.fasterxml.jackson.dataformat.xml.ser | 
| Class and Description | 
|---|
ToXmlGenerator
JsonGenerator that outputs JAXB-style XML output instead of JSON content. | 
| ToXmlGenerator.Feature
 Enumeration that defines all togglable extra XML-specific features 
 | 
| Class and Description | 
|---|
ToXmlGenerator
JsonGenerator that outputs JAXB-style XML output instead of JSON content. | 
| ToXmlGenerator.Feature
 Enumeration that defines all togglable extra XML-specific features 
 | 
| UnwrappingXmlBeanSerializer
 Copy of  
UnwrappingBeanSerializer required to extend
 XmlBeanSerializerBase for XML-specific handling. | 
| XmlBeanSerializerBase
 Specific sub-class of  
BeanSerializerBase needed to take care
 of some xml-specific aspects, such as distinction between attributes
 and elements. | 
| XmlSerializerProvider
 We need to override some parts of
  
SerializerProvider
 implementation to handle oddities of XML output, like "extra" root element. | 
Copyright © 2014-2015 FasterXML. All Rights Reserved.