Join Slack
Powered by
<@U0B9ASX7F>: as far as I can see, ParseObject.get...
# android
k
kirillrakhman
09/27/2015, 12:27 PM
@bodo
: as far as I can see, ParseObject.get(String) returns an object of type Object/Any. If you're sure that the result is of type T, then cast it to T:
thisRef.get(property.name) as T
Open in Slack
Previous
Next