The `TypeToken<T>(){}` will only be a TypeTo...
# android
e
The
TypeToken<T>(){}
will only be a TypeToken<Object> because of type erasure.
1
n
yes that's why we tried first with a reified T