XmlDeserializable
interface XmlDeserializable
Deprecated
Use kotlinx.serialization instead
Created by pdvrieze on 04/11/15.
Inheritors
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.