how to send null field in object body with ktor

Viewed 19

I want to send null field in body of a request with ktor. I use kotlinx.serialization library and use @Required annotation in top of that null filed. but ktor remove null fileds from request body!! how can I fix this?

0 Answers
Related