aboutsummaryrefslogtreecommitdiffstats
path: root/gson/src/test/java/com/google/gson/functional/CustomTypeAdaptersTest.java
Commit message (Expand)AuthorAgeFilesLines
* updated oss-parent version to 7 in gson-extras pom.Inderjeet Singh2012-08-011-0/+1
* Permit users to define type adapters for primitive types and strings.Jesse Wilson2012-06-301-20/+20
* Test for registerTypeHierarchyAdapter() using Date.classJesse Wilson2011-12-291-0/+24
* Forbid custom serializers for primitive types (so we can avoid boxing in the ...Jesse Wilson2011-09-091-88/+57
* removed unused no-args constructorsInderjeet Singh2011-03-231-12/+0
* Removed a bunch of unused code and unnecessary else statements.Inderjeet Singh2010-09-281-3/+2
* Deprecate the FieldNamingStrategy interface and replace it with FieldNamingSt...Joel Leitch2010-01-091-1/+0
* Ensured that a base class custom serializer is run when the type is specified...Inderjeet Singh2009-10-081-1/+0
* Ensured that a custom handler is not visited during deserialization. Inderjeet Singh2009-10-061-0/+68
* Reverting r499.Joel Leitch2009-09-231-1/+1
* Fix WarningsJoel Leitch2009-09-231-1/+1
* Removed all the JDK warnings about unused fields in test classes or unused co...Inderjeet Singh2009-09-231-0/+1
* incorporated feedback from code review of r295Inderjeet Singh2008-12-181-5/+0
* Major restructuring of Primitve type serialization and deserializtion. From ...Joel Leitch2008-11-151-2/+26
* Added tests to verify that custom serializer and deserializers for byte[] typ...Inderjeet Singh2008-11-141-0/+42
* Added more tests in response to Issue 70.Inderjeet Singh2008-11-141-4/+32
* Added tests in response to Issue 70.Inderjeet Singh2008-11-141-1/+65
* During serialization, we now dont call custom serializers the field is null.Inderjeet Singh2008-11-141-3/+3
* Fixed issue 68 by providing support to override default type adapters forInderjeet Singh2008-10-311-2/+34
* Wrote a test that invokes a custom deserializer for a wrapper primitive type.Inderjeet Singh2008-10-301-0/+25
* updated Gson version to 1.2.2Inderjeet Singh2008-10-141-1/+17
* test for issue 58Inderjeet Singh2008-10-141-0/+26
* disabled tests for issue 43 and 44 since those are deferred for a subsequent ...Inderjeet Singh2008-10-131-2/+2
* Tests exposing bug 43 and 44.Joel Leitch2008-09-161-0/+50
* moved gson as a project under trunkInderjeet Singh2008-09-011-0/+106