XmlDeserializationStrategy

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun deserialize(decoder: Decoder): T
Link copied to clipboard
abstract fun deserializeXML(decoder: Decoder, input: XmlReader, previousValue: @UnsafeVariance T? = null, isValueChild: Boolean = false): T