NothingSerializer

object NothingSerializer : KSerializer<Nothing> (source)

Deprecated

A workaround Nothing serializer doesn't work for the JS target.

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

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