emailAddress
Deprecated (with error)
Use the 'EmailAddressAsStringSerializer' type instead.
Replace with
import kotlinx.serialization.modules.SerializersModule
import kotlinx.serialization.modules.contextual
import org.kotools.types.kotlinx.serialization.EmailAddressAsStringSerializer
Content copied to clipboard
SerializersModule { contextual(EmailAddressAsStringSerializer()) }
Content copied to clipboard
Returns the module for serializing the EmailAddress type.