jackson-dataformat-xml
https://github.com/fasterxml/jackson-dataformat-xml
Java
Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported4 Subscribers
Add a CodeTriage badge to jackson-dataformat-xml
Help out
- Issues
- Make empty tags configurable during serialization
- @JsonAnySetter Mangles Nested Xml Elements and Xml Attributes During Serialization
- Disabling wrapper on list (e.g. defaultUseWrapper = false) does not serialize/deserialize null lists as expected
- If there are HTML tags within XML tags, @JacksonXmlText will assign incorrect values to the content.
- Deserialization of Xml with `@JacksonXmlText`, `java.util.Map` fails
- Support retaining of XML attribute-ness with `JsonNode`
- XML attributes are not correctly populated when converting from XML (ObjectNode) to String using writeValueAsString (XML structure)
- Simillar elements inside are skipped
- support for StreamReadConstraints
- Jackson fails to instantiate class when only text node is present
- Docs
- Java not yet supported