GenericGsonJsonSerializer

class GenericGsonJsonSerializer<T : Any>(kClass: KClass<T>) : KSerializer<T>

Constructors

Link copied to clipboard
constructor(kClass: KClass<T>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): T
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: T)