You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to write type adapters for parameterized types, it would be very
useful to have machinery for getting the parameter types, as in
$Gson$Types#getCollectionElementType. The attached patch provides just such a
generalization that can be used by authors of type adapters.
Original issue reported on code.google.com by [email protected] on 17 Jun 2011 at 10:09