XmlSerializable

Functions

Link copied to clipboard
abstract override fun serialize(out: XmlWriter)

Write the object to an xml stream. The object is expected to write itself and its children.

Link copied to clipboard
fun XmlSerializable.serialize(writer: <Error class: unknown class>)

Serialize the object to XML

Link copied to clipboard

Extension functions for writing that need different js/jvm implementations

Link copied to clipboard

Create a reader that can be used to read the xml serialization of the element.

Link copied to clipboard