You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kkocel
changed the title
Can't serialize kotlin value class that has map inside in 2.17
Can't serialize Kotlin value class that has map inside in 2.17
Dec 20, 2024
kkocel
changed the title
Can't serialize Kotlin value class that has map inside in 2.17
Can't serialize Kotlin Value class that has map inside in 2.17
Dec 20, 2024
The general rule is that minor versions should match to avoid any incompatibilities. Although in this particular case order of dependencies is such that this should work (kotlin can depend on later databind versions; but not vice versa).
Still, I'd suggest trying this out with both Kotlin module and databind with latest published version, 2.18.2, to rule out possibility of issue being fixed since versions you use.
kkocel
changed the title
Can't serialize Kotlin Value class that has map inside in 2.17
Can't serialize Kotlin Value class that has map inside
Jan 2, 2025
Search before asking
Describe the bug
I tried to serialize Kotlin value class, and failed with:
To Reproduce
Expected behavior
Value class shoud be serialized
Versions
Kotlin: 2.10
Jackson-module-kotlin: 2.17.1
Jackson-databind: 2.18.1
Additional context
No response
The text was updated successfully, but these errors were encountered: