com.google.gwt.user.client.rpc.core.java.sql
Class Time_CustomFieldSerializer

java.lang.Object
  extended by com.google.gwt.user.client.rpc.core.java.sql.Time_CustomFieldSerializer

public final class Time_CustomFieldSerializer
extends java.lang.Object

Custom field serializer for Time. We use the three-arg constructor due to differences in implementations when using the single-arg constructor (is the day Jan 1 1970, what are the millis).


Constructor Summary
Time_CustomFieldSerializer()
           
 
Method Summary
static void deserialize(SerializationStreamReader streamReader, java.sql.Time instance)
           
static java.sql.Time instantiate(SerializationStreamReader streamReader)
           
static void serialize(SerializationStreamWriter streamWriter, java.sql.Time instance)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Time_CustomFieldSerializer

public Time_CustomFieldSerializer()
Method Detail

deserialize

public static void deserialize(SerializationStreamReader streamReader,
                               java.sql.Time instance)

instantiate

public static java.sql.Time instantiate(SerializationStreamReader streamReader)
                                 throws SerializationException
Throws:
SerializationException

serialize

public static void serialize(SerializationStreamWriter streamWriter,
                             java.sql.Time instance)
                      throws SerializationException
Throws:
SerializationException