Andreas Sinz
inline fun <reified T> Tof() = object : TypeOf<T>() { }
fun getCities() = request(Tof<ArrayList<CityInfo>>(), "catalogue.Cities")