Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlinx.serialization

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

kotlinx-serialization class marked @Serializable does not have the .serializer() extension function

Kotlinx Serialization MissingFieldException