Details
-
Type: Improvement
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
It's possible to add a custom converter as the default one but that will always override all the other converters.
Default converter is now settable in XStream, either via a
constructor or via the changeDefaultConverter() method.