public class

CalendarCodec

extends Object
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 Constructors
CalendarCodec()
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

Fields

private static final SimpleDateFormat zulu

Public Constructors

public CalendarCodec ()

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
Returns
  • calendar created

public String getValueAsString (Object value)

Parameters
value