Umesh Gupta
failed with exception: kotlinx.serialization.SerializationException: Serializer for class 'List' is not found.
Please ensure that class is marked as '@Serializable' and that the serialization compiler plugin is applied.
httpClient.get(url).body<List<Response?>?>()
JSON
[ {"name" : "string"}, {"name" : "string"}, {"name" : "string"}, {"name" : "string"} ]
A modern programming language that makes developers happier.