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
Exception
T read(FastByteArrayInputStream bbis) throws Exception
Exception
Copyright © 2013 Hazelcast, Inc.. All rights reserved.