public class ZonedDateTimeConverter extends Object implements SingleValueConverter
ZonedDateTime to a string.| Constructor and Description |
|---|
ZonedDateTimeConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class type)
Determines whether the converter can marshall a particular type.
|
Object |
fromString(String str)
Unmarshals an Object from its single value representation.
|
String |
toString(Object obj)
Marshals an Object into a single value representation.
|
public boolean canConvert(Class type)
ConverterMatchercanConvert in interface ConverterMatchertype - the Class representing the object type to be convertedpublic String toString(Object obj)
SingleValueConvertertoString in interface SingleValueConverterobj - the Object to be convertednullpublic Object fromString(String str)
SingleValueConverterfromString in interface SingleValueConverterstr - the String with the single value of the ObjectCopyright © 2004–2017 XStream. All rights reserved.