toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
serialutil
/
nl.adaptivity.serialutil
/
MixedContent
Mixed
Content
@
Serializable
(
with
=
MixedContent.Companion::class
)
sealed
class
MixedContent
<
out
T
>
(
source
)
Inheritors
Text
Object
Members
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
>