com.google.gwt.user.client.rpc.core.java.sql
Class Time_CustomFieldSerializer
java.lang.Object
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).
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Time_CustomFieldSerializer
public Time_CustomFieldSerializer()
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