public static class DefaultSerializer.LongSerializer extends Object implements TypeSerializer<Long>
Constructor and Description |
---|
DefaultSerializer.LongSerializer() |
Modifier and Type | Method and Description |
---|---|
byte |
getTypeId() |
boolean |
isSuitable(Object obj) |
int |
priority() |
Long |
read(FastByteArrayInputStream bbis) |
void |
write(FastByteArrayOutputStream bbos,
Long obj) |
public final int priority()
priority
in interface TypeSerializer<Long>
public final boolean isSuitable(Object obj)
isSuitable
in interface TypeSerializer<Long>
public final byte getTypeId()
getTypeId
in interface TypeSerializer<Long>
public final Long read(FastByteArrayInputStream bbis) throws Exception
read
in interface TypeSerializer<Long>
Exception
public final void write(FastByteArrayOutputStream bbos, Long obj) throws Exception
write
in interface TypeSerializer<Long>
Exception
Copyright © 2013 Hazelcast, Inc.. All rights reserved.