public class TimestampSerializer extends java.lang.Object implements ObjectSerializer<java.sql.Timestamp>
| Constructor and Description |
|---|
TimestampSerializer() |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
defaultReferenceType() |
boolean |
defaultStoreReference() |
java.sql.Timestamp |
read(VirtualizationInput in) |
int |
typeValue() |
void |
write(java.sql.Timestamp value,
VirtualizationOutput out) |
public int typeValue()
typeValue in interface ObjectSerializer<java.sql.Timestamp>public ReferenceType defaultReferenceType()
defaultReferenceType in interface ObjectSerializer<java.sql.Timestamp>public boolean defaultStoreReference()
defaultStoreReference in interface ObjectSerializer<java.sql.Timestamp>public void write(java.sql.Timestamp value,
VirtualizationOutput out)
throws java.io.IOException
write in interface ObjectSerializer<java.sql.Timestamp>java.io.IOExceptionpublic java.sql.Timestamp read(VirtualizationInput in) throws java.io.IOException
read in interface ObjectSerializer<java.sql.Timestamp>java.io.IOException© 2001-2010 Jaspersoft Corporation www.jaspersoft.com