You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method XStreamMarshaller.setConverters can only accept an array of Converter, which is not the root class in the converter hierarchy in XStream. The root class is ConverterMatcher, which is parent to Converter. I tried to set a DateConverter and instantiation of the Marshaller threw a ClassCastException. I suggest the method signature be changed to accept an array of ConverterMatcher as a parameter.