Changed paths:
M xstream-distribution/src/content/changes.html
M xstream-distribution/src/content/team.html
M xstream/src/java/com/thoughtworks/xstream/converters/extended/ToAttributedValueConverter.java
M xstream/src/java/com/thoughtworks/xstream/converters/javabean/JavaBeanConverter.java
M xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractReflectionConverter.java
M xstream/src/java/com/thoughtworks/xstream/converters/reflection/SerializableConverter.java
R xstream/src/java/com/thoughtworks/xstream/core/util/FastField.java
A xstream/src/java/com/thoughtworks/xstream/core/util/MemberDictionary.java
A xstream/src/java/com/thoughtworks/xstream/core/util/MemberStore.java
M xstream/src/java/com/thoughtworks/xstream/core/util/SerializationMembers.java
M xstream/src/java/com/thoughtworks/xstream/mapper/ElementIgnoringMapper.java
M xstream/src/java/com/thoughtworks/xstream/mapper/FieldAliasingMapper.java
M xstream/src/java/com/thoughtworks/xstream/mapper/LocalConversionMapper.java
Log Message:
-----------
Replace FastField with nested maps. Closes #350.