Class DoubleArrayConverter

java.lang.Object
org.powertac.common.xml.DoubleArrayConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter

public class DoubleArrayConverter
extends Object
implements com.thoughtworks.xstream.converters.SingleValueConverter
  • Constructor Details

  • Method Details

    • canConvert

      public boolean canConvert​(Class type)
      Specified by:
      canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
    • fromString

      public Object fromString​(String xml)
      Specified by:
      fromString in interface com.thoughtworks.xstream.converters.SingleValueConverter
    • toString

      public String toString​(Object input)
      Specified by:
      toString in interface com.thoughtworks.xstream.converters.SingleValueConverter