XmlMapKeyNamespace

class XmlMapKeyNamespace(val uri: String, val prefix: String? = null) : AbstractXmlNamespaceTrait

Describes the namespace associated with a map's key element Applies to SerialKind.Map

Constructors

Link copied to clipboard
constructor(uri: String, prefix: String? = null)

Inherited properties

Link copied to clipboard
val prefix: String? = null
Link copied to clipboard
val uri: String

Inherited functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String