v1.0.1
版本发布时间: 2020-10-28 22:52:06
Kotlin/kotlinx.serialization最新发布版本:v1.7.2(2024-08-29 01:45:05)
This patch release contains several feature improvements as well as bugfixes and performance improvements.
Features
- Add object-based serialization and deserialization of polymorphic types for
dynamic
conversions on JS platform (#1122) - Add support for object polymorphism in HOCON decoder (#1136)
- Add support of decoding map in the root of HOCON config (#1106)
Bugfixes
- Properly cache generated serializers in PluginGeneratedSerialDescriptor (#1159)
- Add Pair and Triple to serializer resolving from Java type token (#1160)
- Fix deserialization of half-precision, float and double types in CBOR (#1112)
- Fix ByteString annotation detection when ByteArray is nullable (#1139) (thanks to Travis Wyatt)