public interface Serializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
read(InputStream instr) |
void |
write(OutputStream outstr,
T value) |
T read(InputStream instr) throws Exception
Exceptionvoid write(OutputStream outstr, T value) throws Exception
ExceptionCopyright © 2013. All rights reserved