serialize

actual open override 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.

expect open override 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

XmlException

When something breaks.

actual open override 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.