public class CalendarCodec
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DATE_FORMAT |
static java.lang.String |
GMT |
| Constructor and Description |
|---|
CalendarCodec() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Calendar |
deserialize(java.lang.String source)
The simple deserializer provides most of the stuff.
|
static java.text.SimpleDateFormat |
getDateFormat() |
java.lang.String |
getValueAsString(java.lang.Object value) |
public static final java.lang.String DATE_FORMAT
public static final java.lang.String GMT
public static java.text.SimpleDateFormat getDateFormat()
public java.lang.String getValueAsString(java.lang.Object value)
public java.util.Calendar deserialize(java.lang.String source)
source - source string to deserializeCopyright © 2019. All Rights Reserved.