public final class CalendarSerializer
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Calendar |
deserialize(java.lang.String strVal)
Deserializes an ISO-8601 formatted date.
|
static java.lang.String |
serialize(java.util.Calendar src)
Serializes the string.
|
public static java.util.Calendar deserialize(java.lang.String strVal)
throws java.text.ParseException
strVal - The string val.java.text.ParseException - The parse exception.public static java.lang.String serialize(java.util.Calendar src)
src - The src.