BaseSerializableContainer

abstract class BaseSerializableContainer<T : XmlSerializable>(val name: <Error class: unknown class>) : XmlSerializable

Created by pdvrieze on 27/04/16.

Inheritors

Constructors

Link copied to clipboard
constructor(name: <Error class: unknown class>)

Properties

Link copied to clipboard
abstract val children: Iterable<T>
Link copied to clipboard
val name: <Error class: unknown class>

Functions

Link copied to clipboard
open override fun serialize(out: <Error class: unknown class>)

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