Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlinx.serialization

Deserializing into sealed subclass based on value of field

Serialization omitting nulls

How to serialize Kotlin data-class with default values into JSON using kotlinx.serialization?

Kotlinx.Serializer - Create a quick JSON to send

How to serialize "Any" type in Kotlinx Serialization?

Handling Kotlin Serialization MissingFieldException with Retrofit

How to disable kotlinx serialization polymorphic descriminator?

Serializer for interface / implementation

Parse a JSON array into Map<String, String> using Kotlinx.serialization

SerializationException: can't locate argument-less serializer

Kotlinx Serialization - Custom serializer to ignore null value

kotlinx.serialization : How to parse to different varaiable name than the exact name of JSON key

Custom serializer for data class without @Serializable

kotlinx-serialization: Polymorphic serializer was not found for missing class discriminator ('null')

ktor with kotlinx serialization: how to use JSON.nonstrict

Class X is not abstract and does not implement fun writeToParcel() defined in android.os.Parcelable

Serializing a Kotlin sealed class to a custom JSON structure with kotlinx.serialization

Meaning of -if in Proguard