XmlDeserializerFactory

Deprecated

This should be replaced by kotlinx.serialization or the xmlserializable module

Replace with

nl.adaptivity.xmlutil.xmlserializable.XmlDeserializerFactory

Interface that factories need to implement to handle be deserialization in a "shared" non-reflective approach.

Created by pdvrieze on 27/08/15.

Inheritors

Functions

Link copied to clipboard
abstract fun deserialize(reader: XmlReader): T

Deserialize the object