aboutsummaryrefslogtreecommitdiffstats
path: root/gson/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java
Commit message (Expand)AuthorAgeFilesLines
* Nice documentation for TypeAdapter.Jesse Wilson2011-12-031-4/+4
* Remove dead code and fold contents of single-member helper classes into their...Jesse Wilson2011-11-201-2/+13
* Smash together MiniGson and Gson. This changes Gson to be the MiniGson rather...Jesse Wilson2011-11-201-2/+4
* Updated SuppressWarnings annotations to Eclipse 3.6/3.7 which is unfortunatel...Inderjeet Singh2011-10-201-1/+1
* Down to 22 failing tests.Jesse Wilson2011-09-111-5/+4
* Restored this behavior for serialization: (as verified in CustomSerializerTest)Inderjeet Singh2011-08-121-6/+21
* Restored this behavior:Inderjeet Singh2011-08-121-3/+7
* Created a wrapper for runtime type determination.Inderjeet Singh2011-08-051-0/+50