XmlSerializer
interface XmlSerializer<T> : KSerializer<T> , XmlSerializationStrategy<T> , XmlDeserializationStrategy<T>
Combined interface for custom serializers that support special casing by the XML Format.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun deserializeXML(decoder: Decoder, input: XmlReader, previousValue: T? = null, isValueChild: Boolean = false): T
Deserialize the XML using the implementation. This is intended to be using the XmlReader for special purposes. The format will attempt to shield the input to avoid erroneous parsing.
Link copied to clipboard
