aboutsummaryrefslogtreecommitdiffstats
path: root/gson/src/test/java/com/google/gson/functional/TypeAdapterPrecedenceTest.java
Commit message (Expand)AuthorAgeFilesLines
* Fix type adapter precedence so that last-registered wins (except for tree typ...Jesse Wilson2011-12-061-6/+26
* Nice documentation for TypeAdapter.Jesse Wilson2011-12-031-4/+4
* Commit to factories as the mechanism to lookup type adapters. This uses facto...Jesse Wilson2011-11-231-0/+11
* Test precedence of type hierarchy adapters.Jesse Wilson2011-11-231-39/+61
* renamed GsonBuilder.factory() to GsonBuilder.registerTypeAdapterFactory()Inderjeet Singh2011-11-221-4/+4
* New (failing) test to demonstrate that we're broken with precedence of stream...Jesse Wilson2011-11-201-0/+96