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
/
decodeFromStream
decode
From
Stream
inline
fun
<
T
>
decodeFromStream
(
source
:
Reader
,
rootName
:
QName
)
:
T
(
source
)
fun
<
T
>
decodeFromStream
(
deserializer
:
DeserializationStrategy
<
T
>
,
source
:
Reader
,
rootName
:
QName
)
:
T
(
source
)