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
- JacksonXmlElementWrapper(useWrapping = false) fails when using a DeserializerModifier that delegates
- A @JsonUnwrapped with a @JacksonXmlElementWrapper(useWrapping=false) on a collection fails reading from XML, but not JSON
- Serialization of List incorrect if property declared as non-Collection (Object)
- @JacksonXmlRootElement does not enforce the local name during deserialization
- Suggestion: serializing primitive values as attributes by default
- Unable to (de)serialize `null` in polymorphic Collection -- may need to use `xsi:nil` handling?
- Unable to serialize top-level Java8 Stream
- Allow preserving "is-attribute" with JsonNode to write output as attribute value
- Any way to use JsonRawValue without wrapping element
- XML serialization on list of polymorphic values does not combine property, type id
- Docs
- Java not yet supported