gson-comments/gson/src
Inderjeet Singh 9245bebdba For the Collection and Map types, using ObjectConstructor to create instance instead of hard-coding a specific type.
This helps is handling cases where the user is using their own subclass of Collection or Map.

Updated ParameterizedTypeHandlerMap to return the handler corresponding to Map and Collection for subclasses if user has not specified a specific handler.

Fixed the logic in JsonTreeNavigator to not output a comma if the first field of an object was null.
2008-11-14 02:11:46 +00:00
..
main For the Collection and Map types, using ObjectConstructor to create instance instead of hard-coding a specific type. 2008-11-14 02:11:46 +00:00
test/java/com/google/gson For the Collection and Map types, using ObjectConstructor to create instance instead of hard-coding a specific type. 2008-11-14 02:11:46 +00:00