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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

JooHyukKim opened this issue · comments

  • As a follow up of #597, support for deserialization of Iterator and Stream.

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

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).

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.🤔