KotlinxSerializer

class KotlinxSerializer(json: Json) : JsonSerializer

A JsonSerializer implemented for kotlinx Serializable classes.

Constructors

Link copied to clipboard
fun KotlinxSerializer(json: Json = DefaultJson)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun read(type: TypeInfo, body: Input): Any
open fun read(type: TypeInfo, body: Input): Any
Link copied to clipboard
open fun write(data: Any): OutgoingContent
open override fun write(data: Any, contentType: ContentType): OutgoingContent