hi everyone, how can I serialize below data? This ...
# android
a
hi everyone, how can I serialize below data? This is AppConfig and value of value could be any type and I can't use Any for serialization*.*
[
{
"key": "PROFILE_PHOTO",
"value": "url"
},
{
"key": "RELATIONSHIP",
"value": 0.6
},
{
"key": "SEX",
"value": [ "Man", "Woman"]
},
{
"key": "IOS_VER",
"value": 5
}
]
not kotlin but kotlin colored 1
c
Please be aware, that this is a workspace for the Kotlin programming language and your question is off-topic here. You might find helpful resources in the channel description.