And you can send serialized Dates too: ``` val res...
# kvision
r
And you can send serialized Dates too:
Copy code
val result = restClient.call("<http://localhost:8001/data.json>", Currency("PLN", 1.2, Date(), Date()), Currency.serializer().list, HttpMethod.GET).await()
It correctly serializes this
Currency
object even with GET request 🙂