Properties

Link copied to clipboard

Contains JsonDeserializerStrategy which will be used in deserialize method when standard RawUpdate serializer will be unable to create RawUpdate (and Update as well)

Link copied to clipboard

Contains CustomSerializerStrategy which will be used in Serialize method when standard RawUpdate serializer will be unable to create RawUpdate (and Update as well)

Link copied to clipboard
abstract override val descriptor: SerialDescriptor

Functions

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