public interface CustomSerializer
| Modifier and Type | Method and Description |
|---|---|
Object |
read(InputStream is) |
void |
write(OutputStream os,
Object object) |
void write(OutputStream os, Object object) throws Exception
ExceptionObject read(InputStream is) throws Exception
ExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.