gson-comments/gson/src/test/java/com/google/gson
2011-03-15 15:41:19 +00:00
..
common equals & hashCode for subclasses of JsonElement. 2011-02-15 00:14:20 +00:00
functional Add test for multiple calls to register complex map key serialization. 2011-03-15 15:41:19 +00:00
metrics Made FieldNamingStrategy2 is package protected class. 2010-08-19 00:10:42 +00:00
reflect removed unneeded suppression of warnings. 2011-01-19 07:34:44 +00:00
stream Support unquoted single word strings in lenient mode! 2011-02-10 01:36:27 +00:00
CamelCaseSeparatorNamingPolicyTest.java Add support to allow spaces in the JSON field name. 2010-05-26 17:40:19 +00:00
CommentsTest.java Test case demonstrating that issue 212 is fixed. We got comment parsing support for free when we switched to JsonReader. 2010-08-27 07:33:33 +00:00
DefaultDateTypeAdapterTest.java Locale-awareness for date parsing and formatting: 2011-02-10 01:06:22 +00:00
DefaultInetAddressTypeAdapterTest.java Adding default type adapter for InetAddress. 2011-01-10 23:03:48 +00:00
DefaultMapJsonSerializerTest.java Add method to GsonBuilder to enable complex key serialization of maps. 2011-03-15 15:37:41 +00:00
DisjunctionExclusionStrategyTest.java Provide a means to add serialization or deserialization specific exclusion strategies. 2011-02-04 03:09:41 +00:00
EscaperTest.java Re-enabling the ' (apostrophe) escaping with valid JSON escaping. 2009-10-07 03:48:29 +00:00
ExposeAnnotationExclusionStrategyTest.java Provide a means to add serialization or deserialization specific exclusion strategies. 2011-02-04 03:09:41 +00:00
FieldAttributesTest.java Exposing the declaring class for the field wrapped by FieldAttributes. 2010-11-01 22:31:48 +00:00
FieldNamingStrategy2AdapterTest.java rawtypes -> unchecked 2011-02-24 22:47:55 +00:00
FunctionWithInternalDependenciesTest.java removed unused imports 2011-02-24 20:18:03 +00:00
GenericArrayTypeTest.java Removing unused files with the new Types class. 2011-01-10 22:47:42 +00:00
GsonBuilderTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
GsonTypeAdapterTest.java Removed ExceptionWrapper from serializers. 2008-11-14 02:17:19 +00:00
InnerClassExclusionStrategyTest.java Provide a means to add serialization or deserialization specific exclusion strategies. 2011-02-04 03:09:41 +00:00
JavaFieldNamingPolicyTest.java Add new Cache interface and LRU Cache implementation to cache field annotations per "Class" (rather than per instance). This results in a significant speed-up (approx. 3X) when serializing/deserializing the same classes over and over again. 2010-01-10 00:32:21 +00:00
JsonArrayTest.java equals & hashCode for subclasses of JsonElement. 2011-02-15 00:14:20 +00:00
JsonDeserializerExceptionWrapperTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
JsonFieldNameValidatorTest.java Add support to allow spaces in the JSON field name. 2010-05-26 17:40:19 +00:00
JsonNullTest.java equals & hashCode for subclasses of JsonElement. 2011-02-15 00:14:20 +00:00
JsonObjectTest.java equals & hashCode for subclasses of JsonElement. 2011-02-15 00:14:20 +00:00
JsonParserTest.java Support unquoted single word strings in lenient mode! 2011-02-10 01:36:27 +00:00
JsonPrimitiveTest.java equals & hashCode for subclasses of JsonElement. 2011-02-15 00:14:20 +00:00
JsonStreamParserTest.java Remove unused import. 2009-10-02 20:22:43 +00:00
LongSerializationPolicyTest.java Update GsonBuilder API to accept an enum for the serialize Long as string. This will be useful if/when we implement support to serialize a long type as an array of integers. 2009-01-11 06:11:29 +00:00
LowerCamelCaseSeparatorNamingPolicyTest.java Adding new default field naming policy 2009-09-29 18:44:56 +00:00
LowerCaseNamingPolicyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
LruCacheTest.java Allow cache size to be configured. 2010-05-19 20:47:27 +00:00
MappedObjectConstructorTest.java removed unused imports 2011-02-24 20:18:03 +00:00
MemoryRefStackTest.java Ensured that a base class custom serializer is run when the type is specified explicitly during serialization. For all other situations, ensured that the actual type of the object is taken into consideration while serializing. First a custom handler corresponding to the actual type is looked up, then a custom handler for the specified type. 2009-10-08 19:28:53 +00:00
MixedStreamTest.java Removed a bunch of unused code and unnecessary else statements. 2010-09-28 13:42:43 +00:00
MockExclusionStrategy.java Add new "Mode" enum and carry mode through Gson so exclusion strategies know whether it is currently serializing or deserializing. 2011-01-22 22:15:06 +00:00
ModifyFirstLetterNamingPolicyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
NullExclusionStrategyTest.java Provide a means to add serialization or deserialization specific exclusion strategies. 2011-02-04 03:09:41 +00:00
ParameterizedTypeHandlerMapTest.java Added checks to ensure that typeHierarchyAdapter being registered doesn't hide a previously existing one. 2010-06-24 21:51:18 +00:00
ParameterizedTypeTest.java Removing unused files with the new Types class. 2011-01-10 22:47:42 +00:00
ParamterizedTypeFixtures.java rawtypes -> unchecked 2011-02-24 22:47:55 +00:00
PrimitiveTypeAdapter.java Removed a bunch of unused code and unnecessary else statements. 2010-09-28 13:42:43 +00:00
SerializedNameAnnotationInterceptingNamingPolicyTest.java Add new Cache interface and LRU Cache implementation to cache field annotations per "Class" (rather than per instance). This results in a significant speed-up (approx. 3X) when serializing/deserializing the same classes over and over again. 2010-01-10 00:32:21 +00:00
UpperCamelCaseSeparatorNamingPolicyTest.java Add support to allow spaces in the JSON field name. 2010-05-26 17:40:19 +00:00
UpperCaseNamingPolicyTest.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00
VersionExclusionStrategyTest.java Provide a means to add serialization or deserialization specific exclusion strategies. 2011-02-04 03:09:41 +00:00