Package org.powertac.common.xml
Class CustomerConverter
java.lang.Object
org.powertac.common.xml.CustomerConverter
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher,com.thoughtworks.xstream.converters.SingleValueConverter
public class CustomerConverter extends Object implements com.thoughtworks.xstream.converters.SingleValueConverter
-
Constructor Summary
Constructors Constructor Description CustomerConverter() -
Method Summary
Modifier and Type Method Description booleancanConvert(Class type)ObjectfromString(String id)StringtoString(Object customer)
-
Constructor Details
-
CustomerConverter
public CustomerConverter()
-
-
Method Details
-
canConvert
- Specified by:
canConvertin interfacecom.thoughtworks.xstream.converters.ConverterMatcher
-
fromString
- Specified by:
fromStringin interfacecom.thoughtworks.xstream.converters.SingleValueConverter
-
toString
- Specified by:
toStringin interfacecom.thoughtworks.xstream.converters.SingleValueConverter
-