Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.6
-
Fix Version/s: 0.6
-
Component/s: Converters
-
Labels:None
Description
I propose to change line 10 of class:
com.thoughtworks.xstream.converters.basic.IntConverter
to be:
return Integer.decode(str);
This will allow hexadecimal syntax in deserealisation
( and octal too )
Sounds sensible. I'll try and get it in this release.