Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
574
stars
222
forks
source link
Support use of xsi:type for polymorphic deserialization (FromXmlParser.Feature.AUTO_DETECT_XSI_TYPE) #634
Closed
cowtowncoder closed 10 months ago
(note: counterpart to generation-side #324 just implemented)
It is now possible to serializer POJOs like this one:
resulting in XML like:
which is all fine; but we also need to support the part, deserialization, for seamless usability. So let's do just that.