public interface TypeSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
byte |
getTypeId() |
boolean |
isSuitable(Object obj) |
int |
priority() |
T |
read(FastByteArrayInputStream bbis) |
void |
write(FastByteArrayOutputStream bbos,
T obj) |
int priority()
boolean isSuitable(Object obj)
byte getTypeId()
void write(FastByteArrayOutputStream bbos, T obj) throws Exception
ExceptionT read(FastByteArrayInputStream bbis) throws Exception
ExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.