skoude
02/10/2017, 8:42 AMT::class.java
to use array instead of object, so that the parsing of Json that contains array of objects instead of object will succeed.. So in Java it should be marked like: T[].class
but how do I convert that T::class.java so that it will work.. When: T[]::class.java
is invalid