toggle menu
kotlin-common
common
jvm
switch theme
search in API
kotlin-common-serialization
/
com.huanshankeji.kotlinx.serialization
Package-level
declarations
Types
Functions
Properties
Types
No
Data
Link copied to clipboard
typealias
NoData
=
Nothing
?
No
Data
Void
Link copied to clipboard
jvm
typealias
NoDataVoid
=
Void
?
Nothing
Serializer
Link copied to clipboard
object
NothingSerializer
:
KSerializer
<
Nothing
>
Serializable
No
Data
Link copied to clipboard
typealias
SerializableNoData
=
SerializableNothing
?
Serializable
Nothing
Link copied to clipboard
@
Serializable
class
SerializableNothing
Void
Serializer
Link copied to clipboard
jvm
object
VoidSerializer
:
KSerializer
<
Void
>
Properties
NOTHING_
SUPPORTED_
BY_
KOTLINX_
SERIALIZATION_
MESSAGE
Link copied to clipboard
const
val
NOTHING_SUPPORTED_BY_KOTLINX_SERIALIZATION_MESSAGE
:
String
Functions
map
Nothing
To
Serializable
Nothing
Link copied to clipboard
fun
KType
.
mapNothingToSerializableNothing
(
)
:
KType
serializer
Nothing
Workaround
Link copied to clipboard
inline
fun
<
T
>
SerialFormat
.
serializerNothingWorkaround
(
)
:
KSerializer
<
T
>