Stephan Koops wrote:
Series is also a List. you can handle it as List.
Not exactly. Series is a List of Parameters. If there were a getValues(paramName) call that returned a list of Strings, that would be just as good as an array of Strings from my perspective. But the Series isn't as good, as I need to pass the values into domain code that should have no dependency on Restlet code.
William

