:mega: kotlinx.serialization `1.0.0` has been rele...
# serialization
s
📣 kotlinx.serialization
1.0.0
has been released! This is a public stable release. The definitions of stability and backwards compatibility guarantees are located in the corresponding document: https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/compatibility.md. We now also have a GitHub Pages site with full API reference: https://kotlin.github.io/kotlinx.serialization/. There are little changes compared to RC2, however, 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. You can study changelog (https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) for help. In case you are using pre-1.0 versions (e.g. 0.20.0), please refer to our migration guide: https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/migration.md.
🍾 20
🎉 11
🚀 4
b
HOCON module is missing platform bubbles. Does that mean it's only available on JVM?
All the others have them
s
Yes, HOCON is a JVM-only format
e
do you have actual benchmarks comparing to another popular libs?
a
is this release supports inline class serialization?
v
@enleur consistent performance is our next goal for 1.0.x. We’ve measured it here and there (not systematically tho) and it was on par with Gson. @Antanas A. nope, it targets 1.1.0
👍 1
a
so sad 😥, we'll wait for 1.1.0!
Is it some issues in compiler to not be able provide inline classes serializations?
Currently we have many Id fields as a type alias to String just to enable proper serialization
m
Congratz!!!