XmlSerializationPolicy
Policies allow for customizing the behaviour of the xml serialization
Inheritors
Types
Class holding the name information for either an attribute or type
Properties
Serialize float/double data according to the requirements of XML, rather than the toFloat/Float.toString/toDouble/Double.toString function from the Kotlin standard library.
Functions
Determine the delimiters to use to separate attributes. When writing will always write the first element.
Determine namespace prefixes to make sure are set upon the tag.
Allow modifying the ordering of children.
Determine whether the key attribute should be collapsed into the value tag rather than the value being nested in a container for the element.
Determine the name to use for the map element (only used when a map entry is wrapped)
Determine the name of map keys for a given map type
Determine the name of the values for a given map type
Determine the delimiters to use to separate primitive/textual list elements when use inside an element. When writing will always write the first element.