org.jboss.errai.marshalling.client.marshallers
Class TimestampMarshaller
java.lang.Object
org.jboss.errai.marshalling.client.marshallers.AbstractNullableMarshaller<Timestamp>
org.jboss.errai.marshalling.client.marshallers.TimestampMarshaller
- All Implemented Interfaces:
- Marshaller<Timestamp>
public class TimestampMarshaller
- extends AbstractNullableMarshaller<Timestamp>
- Author:
- Mike Brock, Christian Sadilek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimestampMarshaller
public TimestampMarshaller()
getEmptyArray
public Timestamp[] getEmptyArray()
- Description copied from interface:
Marshaller
- Returns an empty array of the type handled by this marshaller. Useful in conjunction with
List.toArray(T[])
.
- Returns:
- a one-dimensional zero-length array of the type handled by this marshaller.
doNotNullDemarshall
public Timestamp doNotNullDemarshall(EJValue o,
MarshallingSession ctx)
- Specified by:
doNotNullDemarshall
in class AbstractNullableMarshaller<Timestamp>
doNotNullMarshall
public String doNotNullMarshall(Timestamp o,
MarshallingSession ctx)
- Specified by:
doNotNullMarshall
in class AbstractNullableMarshaller<Timestamp>
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.