Serializer for class '...' is not found. Mark the class as @Serializable or provide the seri...
Read More`kotlinx-serialization`: How to handle default values in custom format implementation...
Read MoreHow to make proguard keep kotlinx serializers for objects?...
Read MoreMutableList<T> not being serialized in Kotlin...
Read MoreUnwrap root value using kotlinx.seralization...
Read MoreSerializing a Kotlin sealed class to a custom JSON structure with kotlinx.serialization...
Read MoreHow to read JSON array of arrays with mixed values in Retrofit 2?...
Read MoreIssue with androidx.navigation library and slash sign...
Read MoreSerialize an object that has parent reference...
Read MoreHow can I parse a bare "null" response from the server with kotlinx.serialization?...
Read MoreParse a nested JSON with Kotlinx.Serialization...
Read MoreHow to access every SerialName associated with each enum constant in an enum class?...
Read MoreHow to use kotlinx serialization with Spring AMQP?...
Read MoreUsing kotlin kotlinx serialization with generics...
Read MoreParsing NonEmptyList directly from JSON...
Read MoreHow to serialize Any with Kotlin serialization?...
Read MoreHandling deserialization of a JSON field of polymorphic type (String or Int)...
Read MorePolymorphic deserialization with kotlinx.serialization in Kotlin/Native...
Read Morekotlinx-serialization: how to deserialize JsonArray with diffrent kind of objects into the same Clas...
Read MoreKotlinx Serializer for List<T> instead of just T at Serializable annotation of field...
Read MoreCollection as String kotlinx.serialization.KSerializer deserialize...
Read MoreHow to deserialize multiple json fields into single object with kotlinx serialization...
Read MoreWhy is this call.receive<T>() deserializing json array items entirely to string type in Ktor?...
Read MoreParsing a field in Kotlin, which can be a string or an object...
Read Morekotlinx serializer decode snake case to camel case without serial name...
Read MoreKTable-KTable FK join: can't select foreign key serde...
Read MoreHow to properly use class inheritance in Kotlin in combination with Kotlinx Serialization...
Read MorePolymorphic kotlinx serialization when type is integer, not string...
Read More