-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kotlin.jvm.internal.ArrayIterator
serialization result is not as expected.
#674
Labels
Comments
k163377
added a commit
to k163377/jackson-module-kotlin
that referenced
this issue
May 6, 2023
kotlin.jvm.internal.ArrayIterator
(sequenceOf(...)
) serialization result is not as expected.kotlin.jvm.internal.ArrayIterator
(sequenceOf(...)
) serialization result is not as expected.
kotlin.jvm.internal.ArrayIterator
(sequenceOf(...)
) serialization result is not as expected.kotlin.jvm.internal.ArrayIterator
serialization result is not as expected.
Closed as duplicate #604. |
I was mistaken about the #604 and it was reopened because it was not actually a duplicate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: