deserializeXML
open override fun deserializeXML(decoder: Decoder, input: XmlReader, previousValue: Float?, isValueChild: Boolean): Float
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.
Parameters
decoder
The decoder for deserialization
input
The XmlReader to use for special purpose parsing. May be a wrapper that ensures valid fallback on invalid parsing.
previousValue
The value previously set for the element.
isValueChild
A parameter to indicate whether the element is a value child (and we are looking at the first child of the container - all siblings would be part of the value).
