XmlFloatSerializer

Serializer for float values that parses according to the XMLSchema standard. This version works for all 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 serialize(encoder: Encoder, value: Float)