com.fasterxml.jackson.xml.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-xml-databind Show documentation
Show all versions of jackson-xml-databind Show documentation
Extension for Jackson (http://jackson.codehaus.org) to offer
alternative support for serializing POJOs as XML and deserializing XML as pojos.
Support implemented on top of Stax API (javax.xml.stream), by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and JsonFactory.
Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMapper).
/**
* 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.
*/
package com.fasterxml.jackson.xml;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy