Description
The parameter converter is supposed to be chosen based on the filter parameter type (here Map) but it's actually serialized based on the actual value type because XStream does not register the MapConverter.
Same issue for List and Collection.