Uses of Package
com.fasterxml.jackson.dataformat.xml.ser

Packages that use com.fasterxml.jackson.dataformat.xml.ser
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   
 

Classes in com.fasterxml.jackson.dataformat.xml.ser used by com.fasterxml.jackson.dataformat.xml
ToXmlGenerator
          JsonGenerator that outputs JAXB-style XML output instead of JSON content.
ToXmlGenerator.Feature
          Enumeration that defines all togglable extra XML-specific features
 

Classes in com.fasterxml.jackson.dataformat.xml.ser used by com.fasterxml.jackson.dataformat.xml.ser
ToXmlGenerator
          JsonGenerator that outputs JAXB-style XML output instead of JSON content.
ToXmlGenerator.Feature
          Enumeration that defines all togglable extra XML-specific features
XmlBeanSerializer
          Specific sub-class of BeanSerializer 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 © 2012 FasterXML. All Rights Reserved.