Open pjfanning opened 1 year ago
I think Java-side behavior is similar; Iterator
mostly expected to work for serialization.
Although technically one could quite easily support deserialization (into something to obtain iterator from), not much benefit to do before someone has use case.
But good to have this issue so users can comment etc.
This is open just for discussion. jackson-module-scala can serialize Iterators but will fail if you try to deserialize them.
Noone has complained yet.
Most users would use standard collections when it comes to supporting Array-like data types.
Example test:
Exception looks like: