Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlinx.serialization

How to properly use class inheritance in Kotlin in combination with Kotlinx Serialization

Getting kotlinx serialization working in multiplatform project

Deserializing JSON into Serializable class with generic field - error: Star projections in type arguments are not allowed

Serializer for data class Kotlin not found at build release

Kotlinx.Serialization deserializing dates

Android Compose Typesafe navigation: Passing a List

How can I JSON encode BigDecimal and BigInteger in Kotlinx Serialization without losing precision?

Make a field optional in Kotlinx serialization

Decoding JSON to a class based on the value of another JSON key

How to partially decode a JSON string using kotlinx.serialization?

@JsonClassDiscriminator doesn't change json class discriminator

How to Serialize Web Socket Frame.text in Ktor with kotlinx.serialization

kotlinx serialization — best way to do polymorphic child deserialization