Package-level declarations

Support of Kotlin Serialization for types located in the org.kotools.types package from the types module.

Types

Link copied to clipboard
@ExperimentalSince(version = KotoolsTypesVersion.V4_5_3)
class EmailAddressAsStringSerializer : KSerializer<EmailAddress>

Class responsible for serializing the EmailAddress type as String.

Link copied to clipboard
@ExperimentalSince(version = KotoolsTypesVersion.V4_5_1)
object KotoolsTypesSerializers

Contains modules for serializing the types provided by Kotools Types using the kotlinx.serialization library.

Link copied to clipboard
@ExperimentalSince(version = KotoolsTypesVersion.V4_5_3)
class ZeroAsByteSerializer : KSerializer<Zero>

Class responsible for serializing the Zero type as Byte.