Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlinx.serialization

android kotlin multiplatform kotlinx.serialization works on debug but does not work on release version

Polymorphic kotlinx serialization when type is integer, not string

Kotlin commonMain with java.io.Serializable

How to get status code of HttpCall with Ktor and kotlinx serialization

Kotlin Serialization issues: Class is not registered for polymorphic serialization in the scope of its interface

Parse Json to Map<String,String> kotlin multiplatform

How do you configure kotlinx serialization in Spring Boot?

Parse a nested JSON with Kotlinx.Serialization

Multiple names for JSON field

How to use Navigation Safe Args with Kotlinx serializable data

Serialize Enum as an Integer

Kotlin: How do I serialize LocalDateTime using kotlinx serializer?

Kotlin: Deserialize parts of JSON into nested child objects

Polymorphic deserialization with kotlinx.serialization in Kotlin/Native

How do i serialize a generic sealed class with kotlinx.serialization

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