Join Slack
Powered by
The `TypeToken<T>(){}` will only be a TypeTo...
# android
e
eric
02/02/2018, 4:36 PM
The
TypeToken<T>(){}
will only be a TypeToken<Object> because of type erasure.
➕ 1
n
nicopasso
02/03/2018, 10:15 AM
yes that's why we tried first with a reified T
5
Views
Open in Slack
Previous
Next