Mohammad Yasir
Mohammad Yasir
@greenrobot-team : The build seems to be failing with 1 lint issue though it passes for me. We have tried to fix the build breakage on the master here with...
@anthonycr given that this is used by Android apps, I believe there was a cost involved in loading of classes which would be incurred during a cold boot scenario. We...
Ideal case would be that people use class Other { T parent; } This is a better way to represent it anyways where there are no run time checks for...
I guess this is in a way the same as putting a wrapper adapter which is achieved in gson by [TypeAdapterRuntimeTypeWrapper.java](https://github.com/google/gson/blob/master/gson/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java) If you look at the implementation of this function...
Agree with you that in these cases we should just enforce public methods.