public interface Delegate
| Modifier and Type | Method and Description |
|---|---|
void |
calcSize(Object obj,
CalcSizeStream css) |
Object |
read(DataStream in) |
void |
skip(DataStream in) |
void |
toJson(Object obj,
StringBuilder builder) |
void |
write(Object obj,
DataStream out) |
void calcSize(Object obj, CalcSizeStream css) throws IOException
IOExceptionvoid write(Object obj, DataStream out) throws IOException
IOExceptionObject read(DataStream in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionvoid skip(DataStream in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionvoid toJson(Object obj, StringBuilder builder) throws IOException
IOExceptionCopyright © 2018. All rights reserved.