Uses of Package
com.fasterxml.jackson.dataformat.xml.ser
-
Packages that use com.fasterxml.jackson.dataformat.xml.ser 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 -
Classes in com.fasterxml.jackson.dataformat.xml.ser used by com.fasterxml.jackson.dataformat.xml Class Description 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 Class Description ToXmlGenerator JsonGenerator
that outputs JAXB-style XML output instead of JSON content.ToXmlGenerator.Feature Enumeration that defines all togglable extra XML-specific featuresUnwrappingXmlBeanSerializer Copy ofUnwrappingBeanSerializer
required to extendXmlBeanSerializerBase
for XML-specific handling.XmlBeanSerializerBase Specific sub-class ofBeanSerializerBase
needed to take care of some xml-specific aspects, such as distinction between attributes and elements.XmlSerializerProvider We need to override some parts ofSerializerProvider
implementation to handle oddities of XML output, like "extra" root element.