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