XmlOnlyFloatSerializer

Serializer for floats that serializes floats according to XML for the XML format, but regularly for non-Xml formats.

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): Float
Link copied to clipboard
open override fun deserializeXML(decoder: Decoder, input: XmlReader, previousValue: Float?, isValueChild: Boolean): Float
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: Float)
Link copied to clipboard
open override fun serializeXML(encoder: Encoder, output: XmlWriter, value: Float, isValueChild: Boolean)