xmlutil
Toggle table of contents
1.0.0-rc2
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
serialization
/
nl.adaptivity.xmlutil.serialization
/
XML
/
encodeToStream
encode
To
Stream
inline
fun
<
T
>
encodeToStream
(
target
:
Writer
,
value
:
T
,
rootName
:
QName
)
(
source
)
fun
<
T
>
encodeToStream
(
target
:
Writer
,
serializer
:
SerializationStrategy
<
T
>
,
value
:
T
,
rootName
:
QName
)
(
source
)