Go to file
Inderjeet Singh bf4ab04413 replaced multiple caches in ReflectingFieldNavigator with a single one.
Two additional optimizations:
- storing the field list for the entire type hierarchy in the cache instead of navigating it every time.
- storing the resolved type for the field in FieldAttributes instead of using reflection every time.
2011-04-01 23:54:41 +00:00
gson replaced multiple caches in ReflectingFieldNavigator with a single one. 2011-04-01 23:54:41 +00:00
lib moved lib at the top-level to share eclipse styles. 2008-09-01 03:27:34 +00:00
metrics Updated maven configuration to ensure that 'mvn install' creates javadoc and sources jars as well. 2011-02-24 00:07:01 +00:00
proto Added a test to ensure that Gson handles repeated invocation of itself correctly. 2010-11-15 22:56:01 +00:00