Join Slack
Powered by
Hi All, I seem to have an issue with parsing Enums...
# serialization
s
Sean Keane
04/09/2020, 1:49 PM
Hi All, I seem to have an issue with parsing Enums. I used to use
kotlinx.serialization.internal.CommonEnumSerializer
but it doesnt seem to be available anymore? Am I missing something?
d
Dominaezzz
04/09/2020, 2:06 PM
You don't need it anymore. Just annotate with
@Serializable
.
s
Sean Keane
04/09/2020, 2:07 PM
Ill give that a go, thank you.
4
Views
Open in Slack
Previous
Next