aboutsummaryrefslogtreecommitdiffstats
path: root/gson/src/test/java/com/google/gson/functional/InheritanceTest.java
Commit message (Expand)AuthorAgeFilesLines
* Allowing instance creators to be registered with the raw type only (without s...Joel Leitch2012-10-241-11/+11
* Added support for runtime type determination while serializing collections an...Inderjeet Singh2011-08-041-10/+24
* removed unused no-args constructorsInderjeet Singh2011-03-231-11/+0
* Added inheritance tests using toJson() method as well.Inderjeet Singh2009-10-081-0/+19
* Ensured that a base class custom serializer is run when the type is specified...Inderjeet Singh2009-10-081-24/+43
* Fixed issue 156. Inderjeet Singh2009-09-251-0/+236