XmlOnlyFloatSerializer
Serializer for floats that serializes floats according to XML for the XML format, but regularly for non-Xml formats.
Functions
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
