toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
serialutil
/
nl.adaptivity.serialutil
/
MixedContent
/
Object
Object
@
Serializable
(
with
=
MixedContent.Object.Companion::class
)
class
Object
<
T
>
(
val
data
:
T
)
:
MixedContent
<
T
>
(
source
)
Members
Constructors
Object
Link copied to clipboard
constructor
(
data
:
T
)
Types
Companion
Link copied to clipboard
object
Companion
:
KSerializer
<
MixedContent.Object
<
Any
>
>
Properties
data
Link copied to clipboard
val
data
:
T
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