FasterXML / jackson-dataformat-xml

Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
Apache License 2.0
567 stars 221 forks source link

Apply JsonTypeInfo.Value usages from Jackson 3.0 #3953 #600

Closed JooHyukKim closed 1 year ago

JooHyukKim commented 1 year ago

Fixes breakage when PR https://github.com/FasterXML/jackson-databind/pull/3953 is merged.