EmailAddressAsStringSerializer

@DeprecatedAsErrorSince(version = KotoolsTypesVersion.V5_0_1)
constructor()

Deprecated (with error)

Use the 'EmailAddress.Companion.stringSerializer' function instead.

Replace with

import org.kotools.types.EmailAddress
import org.kotools.types.kotlinx.serialization.stringSerializer
EmailAddress.stringSerializer()

Creates an instance of EmailAddressAsStringSerializer.