tooling
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
tooling
tooling-country
/
dev.datlag.tooling.country.serializer
/
CountryAsAlpha3StringSerializer
Country
As
Alpha3String
Serializer
object
CountryAsAlpha3StringSerializer
:
KSerializer
<
Country
?
>
(
source
)
Optional serializer for
Country
objects.
Parses the
Country.Code.Alpha3
code to
String
.
Members
Properties
descriptor
Link copied to clipboard
open
override
val
descriptor
:
SerialDescriptor
Functions
deserialize
Link copied to clipboard
open
override
fun
deserialize
(
decoder
:
Decoder
)
:
Country
?
serialize
Link copied to clipboard
open
override
fun
serialize
(
encoder
:
Encoder
,
value
:
Country
?
)