XmlCData

annotation class XmlCData(val value: Boolean = true)(source)

Mark the property for serialization as CData, rather than text (where appropriate). It also means that the value is not written as attribute.

Properties

Link copied to clipboard
val value: Boolean = true