public interface Portable
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId() |
int |
getFactoryId() |
void |
readPortable(PortableReader reader) |
void |
writePortable(PortableWriter writer) |
int getFactoryId()
int getClassId()
void writePortable(PortableWriter writer) throws IOException
IOExceptionvoid readPortable(PortableReader reader) throws IOException
IOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.