toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
serialutil
/
nl.adaptivity.serialutil
/
MixedContent
/
Text
Text
@
Serializable
(
with
=
MixedContent.Text.Companion::class
)
class
Text
(
val
data
:
String
)
:
MixedContent
<
Nothing
>
(
source
)
Members
Constructors
Text
Link copied to clipboard
constructor
(
data
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
:
KSerializer
<
MixedContent.Text
>
Properties
data
Link copied to clipboard
val
data
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String