kotlin.jvm.internal.ArrayIterator
serialization result is not as expected.
#674
Labels
kotlin.jvm.internal.ArrayIterator
serialization result is not as expected.
#674
Describe the bug
The
Iterator
serialization result is expected to be array-like.On the other hand, the serialization result of
kotlin.jvm.internal.ArrayIterator
is not as expected.To Reproduce
Versions
Kotlin: 1.5.32
Jackson-module-kotlin: 2.15.0
Jackson-databind: 2.15.0
Additional context
A change has been made in
jackson-module-kotlin 2.15
regarding the serialization ofSequence
.On the other hand, this issue is causing the serialization result of
Sequence
declared withsequenceOf
to not be as expected.By #675, the problem with
sequenceOf
has been resolved in 2.15.2.The text was updated successfully, but these errors were encountered: