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
IOExceptionpublic void write(ObjectDataOutput out, Date obj) throws IOException
IOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.