Is there any workaround in dealing with nullable v...
# ktor
j
Is there any workaround in dealing with nullable values in json when working with ktor client(Android)?
a
What problem do you experience with nullable values?
j
I'm not really sure if it's the server that's wrongly configured. But I keep on keeping getting this error on app crash. Ktor serialization can't pass a null value. I'm forced to make all the serialized values in my dto as nullable.