gson-comments/gson/src/main/java
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
..
com/google/gson replaced multiple caches in ReflectingFieldNavigator with a single one. 2011-04-01 23:54:41 +00:00