XStream
  1. XStream
  2. XSTR-55

Ability to alias an entire package

    Details

    • Type: Improvement Improvement
    • Status: Closed Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.1
    • Fix Version/s: 1.3.1
    • Component/s: Core
    • Labels:
      None

      Description

      Rather than having to do:

      xstream.alias("com.blah.mypackage.MyClass", "MyClass");
      xstream.alias("com.blah.mypackage.YourClass", "YourClass");
      xstream.alias("com.blah.mypackage.SheepClass", "SheepClass");

      I'd like to be able to do:

      xstream.aliasPackage("com.blah.mypackage");

        Issue Links

          People

          • Assignee:
            Jörg Schaible
            Reporter:
            Joe Walnes
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: