generated from Kantis/kotlin-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Kotlin/kotlinx.serialization#350 made an initial implementation at serializers for common types
- AtomicInteger
- AtomicLong
- AtomicBoolean
- URI
- URL
- UUID
- StringBuilder
- BigInteger - not possible until Kotlin 1.8 release allow encoding literal JSON values Kotlin/kotlinx.serialization#2041 (comment)
- BigDecimal - not possible until Kotlin 1.8 release allow encoding literal JSON values Kotlin/kotlinx.serialization#2041 (comment)
- BigInteger - analogous to LongAsStringSerializer
- BigDecimal - analogous to LongAsStringSerializer
- Date
Reactions are currently unavailable