com.hazelcast.nio.serialization
Class DefaultSerializers.DateSerializer

java.lang.Object
  extended by com.hazelcast.nio.serialization.DefaultSerializers.DateSerializer
All Implemented Interfaces:
Serializer, StreamSerializer<Date>
Enclosing class:
DefaultSerializers

public static final class DefaultSerializers.DateSerializer
extends Object


Constructor Summary
DefaultSerializers.DateSerializer()
           
 
Method Summary
 int getTypeId()
           
 Date read(com.hazelcast.nio.ObjectDataInput in)
           
 void write(com.hazelcast.nio.ObjectDataOutput out, Date obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSerializers.DateSerializer

public DefaultSerializers.DateSerializer()
Method Detail

getTypeId

public int getTypeId()

read

public Date read(com.hazelcast.nio.ObjectDataInput in)
          throws IOException
Throws:
IOException

write

public void write(com.hazelcast.nio.ObjectDataOutput out,
                  Date obj)
           throws IOException
Throws:
IOException


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.