Deep Patel
07/01/2024, 10:38 PMkotlinx.serialization.SerializationException: Serializer for class 'List' is not found.
error when trying to get a response that returns a json list of objects. Is there a serializer I’m missing or do I have to make one?Deep Patel
07/01/2024, 11:32 PMAleksei Tirman [JB]
07/02/2024, 7:21 AMOğuzhan Soykan
07/02/2024, 11:08 AMfun Application.yourModule() {
install(ContentNegotiation) {
json()
}
Deep Patel
07/02/2024, 2:04 PMDeep Patel
07/02/2024, 2:05 PM