| java.lang.Object |
| ↳ |
com.sforce.ws.bind.CalendarCodec |
Class Overview
The CalendarSerializer deserializes a dateTime.
Much of the work is done in the base class.
Summary
| Fields |
|
private
static
final
SimpleDateFormat |
zulu |
|
| Public Methods |
|
Calendar
|
deserialize(String source)
The simple deserializer provides most of the stuff.
|
|
String
|
getValueAsString(Object value)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
static
final
SimpleDateFormat
zulu
Public Constructors
Public Methods
public
Calendar
deserialize
(String source)
The simple deserializer provides most of the stuff.
We just need to override makeValue().
Parameters
| source
| Source string to deserialize |
public
String
getValueAsString
(Object value)