xmlutil
Toggle table of contents
0.91.3
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil
/
XmlSerializationStrategy
Xml
Serialization
Strategy
interface
XmlSerializationStrategy
<
in
T
>
:
SerializationStrategy
<
T
>
Inheritors
XmlSerializer
Members
Properties
descriptor
Link copied to clipboard
abstract
val
descriptor
:
SerialDescriptor
Functions
serialize
Link copied to clipboard
abstract
fun
serialize
(
encoder
:
Encoder
,
value
:
T
)
serialize
XML
Link copied to clipboard
abstract
fun
serializeXML
(
encoder
:
Encoder
,
output
:
XmlWriter
,
value
:
T
,
isValueChild
:
Boolean
=
false
)