public static final class DefaultSerializers.DateSerializer extends Object
Constructor and Description |
---|
DateSerializer() |
Modifier and Type | Method and Description |
---|---|
int |
getTypeId() |
Date |
read(ObjectDataInput in) |
void |
write(ObjectDataOutput out,
Date obj) |
public int getTypeId()
public Date read(ObjectDataInput in) throws IOException
IOException
public void write(ObjectDataOutput out, Date obj) throws IOException
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.