v1.2.1
版本发布时间: 2021-05-14 04:40:13
Kotlin/kotlinx.serialization最新发布版本:v1.7.2(2024-08-29 01:45:05)
This release mainly contains bugfixes for various issues, including important broken thread-safety and improper encoding.
Features
- Added support for nullable values, nested and empty collections in protobuf (#1430)
Bugfixes
- Support @JsonNames for enum values (#1473)
- Handle EOF in skipElement correctly (#1475)
- Allow using value classes with primitive carriers as map keys (#1470)
- Read JsonNull only for non-string literals in JsonTreeReader (#1466)
- Properly reuse JsonStringBuilders in CharArrayPool (#1455)
- Properly ensure capacity of the string builder on the append slow-path (#1441)