serialize

abstract fun serialize(out: XmlWriter)(source)

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

Parameters

out

The stream to write to.

Throws

When something breaks.