xmlutil
Toggle table of contents
0.91.3
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
serialutil
/
nl.adaptivity.serialutil
/
MixedContent
Mixed
Content
@
Serializable
(
with
=
MixedContent.Companion::class
)
sealed
class
MixedContent
<
out
T
>
(
source
)
Inheritors
Text
Object
Members
Constructors
Mixed
Content
Link copied to clipboard
protected
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
:
KSerializer
<
MixedContent
<
Any
>
>
Object
Link copied to clipboard
@
Serializable
(
with
=
MixedContent.Object.Companion::class
)
class
Object
<
T
>
(
val
data
:
T
)
:
MixedContent
<
T
>
Text
Link copied to clipboard
@
Serializable
(
with
=
MixedContent.Text.Companion::class
)
class
Text
(
val
data
:
String
)
:
MixedContent
<
Nothing
>