Robert Jaros
11/03/2019, 11:12 PMval 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 🙂