XmlCData

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

Mark the property for serialization as CData, rather than text (where appropriate). If used on a property this will override the annotation on a type. This is the only context in which a value of false is different from omitting the annotation.

Properties

Link copied to clipboard
val value: Boolean = true