Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
Description
xStream.aliasPackage("com.thoughtworks.embarasingproductname", "x");
.. and ..
xStream.aliasPackage(com.thoughtworks.evenmoreembarasingproductname.CuddlyKitten.class.getPackage(), "");
.. both of these should recurse throught classbase and mount an alias for each class found. It's kinda speculative, and some may never be serialized, but XStream is all about convention over configuration right ?
Issue Links
- duplicates
-
XSTR-55 Ability to alias an entire package
See linked issue