[root]/xstream/src/test/com/thoughtworks/xstream/converters/collections
Adjust svn properties.
0 lines of code changed in:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
1 lines of code changed in:
Fix JDK 1.3 issues.
3 lines of code changed in:
Added a new explicit test case to catch any empty-byte array related bugs
58 lines of code changed in:
PropertiesConverter also serializes default values (thanks to Kevin Ring)
34 lines of code changed in:
Fixed bug in PropertiesConverter
2 lines of code changed in:
Last minute renames to de-xmlify the api. Getting it over with now to minimize api changes in future releases.
0 lines of code changed in:
JDK1.3 compatability.
7 lines of code changed in:
Added convenience constructors for XStream
2 lines of code changed in:
XSTR-10 - Converter for java.util.BitSet
28 lines of code changed in:
Renamed methods on HierarchicalReader/Writer to be less xmlish
2 lines of code changed in:
Added converter for char array.
new char[] {'j','o','e'} ..... <char-array>joe</char-array>
13 lines of code changed in:
Added converter for java.util.Properties. This produces cleaner XML than the MapConverter as keys and values are always strings.
34 lines of code changed in: