v1.0.0
版本发布时间: 2020-10-08 23:24:07
Kotlin/kotlinx.serialization最新发布版本:v1.7.2(2024-08-29 01:45:05)
The first public stable release, yay! The definitions of stability and backwards compatibility guarantees are located in the corresponding document. We now also have a GitHub Pages site with full API reference.
Compared to RC2, no new features apart from #947 were added and all previously deprecated declarations and migrations were deleted. If you are using RC/RC2 along with deprecated declarations, please, migrate before updating to 1.0.0. In case you are using pre-1.0 versions (e.g. 0.20.0), please refer to our migration guide.
Bugfixes and improvements
- Support nullable types at top-level for JsonElement decoding (#1117)
- Add CBOR ignoreUnknownKeys option (#947) (thanks to Travis Wyatt)
- Fix incorrect documentation of
encodeDefaults
(#1108) (thanks to Anders Carling)