| java.lang.Object | ||
| ↳ | com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter | |
| ↳ | com.thoughtworks.xstream.converters.basic.DoubleConverter | |
Converts a double primitive or java.lang.Double wrapper to a String.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determines whether the converter can marshall a particular type.
| |||||||||||
Unmarshals an Object from its single value representation.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.thoughtworks.xstream.converters.ConverterMatcher
| |||||||||||
From interface
com.thoughtworks.xstream.converters.SingleValueConverter
| |||||||||||
Determines whether the converter can marshall a particular type.
| type | the Class representing the object type to be converted |
|---|
Unmarshals an Object from its single value representation.
| str | the String with the single value of the Object |
|---|