XmlDeserializable

Deprecated

Use kotlinx.serialization instead

Created by pdvrieze on 04/11/15.

Inheritors

Properties

Link copied to clipboard
@Transient
abstract val elementName: QName

The name of the element, needed for the automated validation

Functions

Link copied to clipboard
open fun deserializeAttribute(attributeNamespace: String?, attributeLocalName: String, attributeValue: String): Boolean

Handle the given attribute.

Link copied to clipboard

Listener called just before the children are deserialized. After attributes have been processed.