Package-level declarations
Package with some code that allows for types that help with automatic serialization/deserialization based upon interface. This is not related to kotlinx.serialization.
Package with some code that allows for types that help with automatic serialization/deserialization based upon interface. This is not related to kotlinx.serialization.
Package with some code that allows for types that help with automatic serialization/deserialization based upon interface. This is not related to kotlinx.serialization.
Types
Created by pdvrieze on 27/04/16.
Interface that allows more customization on child deserialization than SimpleXmlDeserializable. Created by pdvrieze on 04/11/15.
Despite the name it is reasonably sophisticated, but it structures the parsing of the children and provides them individually. This in contrast to ExtXmlDeserializable that provides full access to parse the content whatever way desired. Created by pdvrieze on 04/11/15.
Annotation that specifies the Deserializer for this type.
Functions
Extension functions for XmlReader that only work on Java
Utility method to deserialize a list of xml containing strings
Serialize the object to XML
Extension functions for writing that need different js/jvm implementations
Create a reader that can be used to read the xml serialization of the element.
Do bulk toString conversion of a list. Note that this is serialization, not dropping tags.