[root]/xstream/src/java/com/thoughtworks/xstream/converters/reflection
Fix implicit collection for aliased member and items.
8 lines of code changed in:
Fields turned into transient members are now really ignored in accordance with FAQ (XSTR-243).
12 lines of code changed in:
Correct javadoc for ReflectionProvider.newInstance() (XSTR-385).
2 lines of code changed in:
Implement a more generic TextAttributeConverter not depending on JDK version (STR-378).
88 lines of code changed in:
Modified synchronization.
41 lines of code changed in:
java 1.3 and annotations support for specific (field as attribute feature) and (field aliasing)
7 lines of code changed in:
Adjust svn properties.
0 lines of code changed in:
Improve output of ConversionException.
1 lines of code changed in:
Fix over-eager type check to allow marker classes as used by proxy mappers.
14 lines of code changed in:
Handle null values for attributes (XSTR-339).
5 lines of code changed in:
updated @since
1 lines of code changed in:
readResolve() could be called twice (XSTR-318).
6 lines of code changed in:
XSTR-321: Applied patch2 from Paul Hammant.
12 lines of code changed in:
Fix nested writObject calls (XSTR-245, patch by Cyrilel Le Clerc).
17 lines of code changed in:
Add JRockit support (XSTR-311).
2 lines of code changed in:
Fix implicit collection when name of items equals field name fo collection (XSTR-299).
2 lines of code changed in:
CGLIB converter is based on reflection now.
205 lines of code changed in:
Improve CGLIB support.
66 lines of code changed in:
Clean-up alias handling.
8 lines of code changed in:
Optimize the SerializableConverter.
20 lines of code changed in:
(113 more)