Package com.fasterxml.jackson.xml.ser

Class Summary
ToXmlGenerator JsonGenerator that outputs JAXB-style XML output instead of JSON content.
XmlBeanPropertyWriter Property writer sub-class used for handling element wrapping needed for serializing collection (array, Collection; possibly Map) types.
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.
 

Enum Summary
ToXmlGenerator.Feature Enumeration that defines all togglable extra XML-specific features
 



Copyright © 2011 fasterxml.com. All Rights Reserved.