aboutsummaryrefslogtreecommitdiffstats
path: root/gson/src/test/java/com/google/gson/functional/PrimitiveTest.java
Commit message (Expand)AuthorAgeFilesLines
* Added tests for deserialization of double arrayInderjeet Singh2015-09-011-0/+13
* Added test to use BigDecimal to parse number when requesting it as a long.Joel Leitch2013-05-131-0/+4
* Support booleans as strings in stream binding. Remove support for interpretin...Jesse Wilson2011-10-231-0/+9
* Deleted Long, Float and Double serializers from legacy DefaultTypeAdapters. T...Inderjeet Singh2011-09-161-3/+0
* GSON 1.x uses arbitrary precision for primitive type conversion (so -122.08e-...Jesse Wilson2011-09-091-6/+9
* Don't support oversized values like 30-character integersJesse Wilson2011-09-091-13/+11
* Throw the right exceptions when primitives fail to parse.Jesse Wilson2011-09-091-77/+30
* Adapt bytesJesse Wilson2011-09-091-0/+5
* Additional tests to verify handling of bytes.Inderjeet Singh2011-08-261-0/+12
* Revised Gson to refuse to deserialize floating point numbers into integer types.Inderjeet Singh2011-05-041-0/+67
* Use more specific type for map serialization if possible.Joel Leitch2011-04-041-0/+11
* removed the wrapping (regarding exception handling) of some primitive deseria...Inderjeet Singh2011-03-111-0/+140
* Support unquoted single word strings in lenient mode!Jesse Wilson2011-02-101-4/+1
* Required strings to be quoted even in lenient mode.Joel Leitch2010-11-161-1/+6
* Fixing parsing of unquoted strings to be (somewhat) consistent with previous ...Joel Leitch2010-11-101-60/+82
* Fix primitive wrapping and casting.Jesse Wilson2010-11-011-4/+8
* Added a test to reproduce bug described in http://groups.google.com/group/goo...Inderjeet Singh2010-07-191-0/+10
* Updated Gson grammar to support floating point numbers without a +/- after th...Inderjeet Singh2009-03-051-0/+10
* Update GsonBuilder API to accept an enum for the serialize Long as string. T...Joel Leitch2009-01-111-2/+3
* Incorporated comments from the code review r355Inderjeet Singh2008-12-301-1/+1
* Provide a setting to allow a client to skip the escaping of special HTML char...Joel Leitch2008-12-281-0/+10
* Added special serialization of "Long". Now the client has the ability to out...Joel Leitch2008-12-281-0/+19
* incorporated fixes from code review of r341Inderjeet Singh2008-12-231-6/+30
* Added a GsonBuilder setting to enable serialization of special double types, ...Inderjeet Singh2008-12-201-26/+69
* Added deserialization support for Double NaN, Infinity, and -InfinityInderjeet Singh2008-12-191-36/+12
* removed tests for serialization of BigDecimal NaN, positive and negative infi...Inderjeet Singh2008-12-191-31/+12
* Added checks to ensure that we do not serialize NaN or postiive or negative i...Inderjeet Singh2008-12-181-44/+74
* Added checks to ensure that we do not serialize NaN or postiive or negative i...Inderjeet Singh2008-12-181-6/+81
* Added checks to ensure that we do not serialize NaN or postiive or negative i...Inderjeet Singh2008-12-181-0/+51
* Parse all JSON numbers as either BigDecimal or BigInteger. From there we can...Joel Leitch2008-11-181-0/+16
* Added default serializer/deserializer for "Number"Joel Leitch2008-11-181-0/+21
* Fix parsing of double and big decimals that have an exponent but no fraction ...Joel Leitch2008-11-181-0/+34
* Major restructuring of Primitve type serialization and deserializtion. From ...Joel Leitch2008-11-151-4/+20
* refactored String related functional tests out in a separate test class.Inderjeet Singh2008-10-101-50/+1
* moved gson as a project under trunkInderjeet Singh2008-09-011-0/+313