Join Slack
Powered by
What did I do wrong? Why `stars` is not encoded to...
# serialization
c
Chachako
09/14/2021, 3:57 PM
What did I do wrong? Why
stars
is not encoded to json❓
e
ephemient
09/14/2021, 4:10 PM
default values aren't serialized in JSON format by default, see a similar question a couple threads ago
c
Chachako
09/14/2021, 4:11 PM
thx!
d
Danish Ansari
09/15/2021, 10:38 AM
I had similar issue
https://kotlinlang.slack.com/archives/C7A1U5PTM/p1631439796079900
Danish Ansari
09/15/2021, 10:38 AM
Check this doc
https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/json.md#encoding-defaults
5
Views
Open in Slack
Previous
Next