aboutsummaryrefslogtreecommitdiff
path: root/gson/src/test/java/com/google/gson/InnerClassExclusionStrategyTest.java
AgeCommit message (Expand)Author
2022-12-22Port tests from JUnit 3 to JUnit 4 (#2294)Maicol
2011-11-22Rename GsonExclusionStrategy to Excluder. The new class is its own factory, w...Jesse Wilson
2011-11-22Create a single, monolithic class to manage all exclusion strategies. This ge...Jesse Wilson
2011-11-21Begin to tighten the ExclusionStrategy code. This replaces named classes with...Jesse Wilson
2011-11-21Smash together ReflectiveTypeAdapterFactory and its subclass. The separation ...Jesse Wilson
2011-10-01Delete dead code found by coverageJesse Wilson
2011-04-06removed the constructor in FieldAttributes that was only used in tests.Inderjeet Singh
2011-02-04Provide a means to add serialization or deserialization specific exclusion st...Joel Leitch
2011-01-22Add new "Mode" enum and carry mode through Gson so exclusion strategies know ...Joel Leitch
2010-01-10Add new Cache interface and LRU Cache implementation to cache field annotatio...Joel Leitch
2009-10-07Refactored exclusion strategies so that they can easily be exposed as part of...Joel Leitch
2008-12-28Add the ability to configure Gson to exclude serializing and deserializing of...Joel Leitch