Commit 8c8c761
committed
Update KotlinX Serialization to version 1.5.1
https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.5.1
> ### Bugfixes
> - KeyValueSerializer: Fix missing call to endStructure() (#2272)
> - ObjectSerializer: Respect sequential decoding (#2273)
> - Fix value class encoding in various corner cases (#2242)
> - Fix incorrect json decoding iterator's .hasNext() behavior on array-wrapped inputs (#2268)
> - Fix memory leak caused by invalid KTypeWrapper's equals method (#2274)
> - Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2219)
> - Fix MissingFieldException duplication (#2213)1 parent 01e5a68 commit 8c8c761
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments