tooling
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
tooling
tooling-country
/
dev.datlag.tooling.country.serializer
/
CountryAsNumericIntSerializer
Country
As
Numeric
Int
Serializer
object
CountryAsNumericIntSerializer
:
KSerializer
<
Country
?
>
(
source
)
Optional serializer for
Country
objects.
Parses the
Country.Code.Numeric
code to
Int
.
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
?
)