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
Exception
Object read(InputStream is) throws Exception
Exception
Copyright © 2013 Hazelcast, Inc.. All rights reserved.