UpdateDeserializationStrategy

object UpdateDeserializationStrategy : DeserializationStrategy<Update>

Use this object to deserialize objects with type Update. Currently it is restricted to use this DeserializationStrategy only with JSON

See also

StringFormat.parse
kotlinx.serialization.json.Json.parse

Functions

deserialize
Link copied to clipboard
common
open override fun deserialize(decoder: Decoder): Update

Properties

descriptor
Link copied to clipboard
common
open override val descriptor: SerialDescriptor