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 supported5 Subscribers
Add a CodeTriage badge to jackson-dataformat-xml
Help out
- Issues
- Add support for specifying XML Schema attribute to output for root element
- Using XmlAttribute for property with non-scalar type prevents serialization as attribute for other properties
- Deserialization should throw error if wrapper tag name is wrong
- Attribute / element name collision (same local name, different namepace) cannot be configured during deserialization
- Collection values overwritten if item elements are not contiguous (mixed content)
- Two wrapped lists with items of same name
- Unexpected InvalidTypeIdException when parsing XML to POJO containing nested List<> , custom `TypeIdResolver`
- If array property contents are split across separate elements, earlier values are overwritten
- Problem trying to generate XML with dynamic list entry tags
- Hard coding for Indexed type item/wrapper name removes all possiblity of customization
- Docs
- Java not yet supported