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
561 stars 221 forks source link

Ensure deserialization of `IterationType` works #597 (if and when `jackson-databind` supports it) #598

Open JooHyukKim opened 1 year ago

JooHyukKim commented 1 year ago
JooHyukKim commented 1 year ago

There is related discussion going on in FasterXML/jackson-databind#3954

cowtowncoder commented 1 year ago

Is this supported in jackson-databind? I didn't think it was, at least for Streams. That'd be needed before XML support I think (if missing like I think it is).

JooHyukKim commented 1 year ago

Is this supported in jackson-databind? I didn't think it was, at least for Streams.

Nope, not yet. I only made this issue to keep record. And from what I tested Iterator types are not yet deserializable either.🤔