XmlBefore

annotation class XmlBefore(val value: String)(source)

Require this property to be serialized before other (sibling) properties. The names are the serialNames of the properties being serialized (not XML names). Together XmlBefore and XmlAfter define a partial order over the properties.

Properties

Link copied to clipboard
val value: Array<out String>