(De-)Serializing with Nested Closed Polymorphism...
Read Morekotlinx serializer decode snake case to camel case without serial name...
Read MoreHow to serialize Kotlin data-class with default values into JSON using kotlinx.serialization?...
Read MoreSerializer for class '...' is not found. Mark the class as @Serializable or provide the seri...
Read MoreHow can I JSON encode BigDecimal and BigInteger in Kotlinx Serialization without losing precision?...
Read MoreHow to omit wrapper class when deserializing API response with Kotlin Serialization...
Read Morekotlinx.serialization , Encode Decode SnapshotStateList...
Read MoreHow to convert between kotlinx.serialization.json.JsonElement and jooq.JSON?...
Read MoreHow to use kotlinx serialization with Spring AMQP?...
Read MoreExtend existing Hibernate Entity as Android Room Entity with Kotlin Serialization annotation...
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 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 More