Hello all! Does anyone know how to remove the full package name of *ALL *classes and only leave the "simple name" (i.e. replace my.package.name.MyClass with MyClass)?
I've tried xstream.alias("", "*"), but that doesn't work.
(BTW, I may have the parameters around the wrong way - sorry if so)
My XML contains many objects with many package names and I don't want to
create an alias for each of them.
Any ideas?
