Package one.nio.serial.gen
Interface Delegate
public interface Delegate
-
Method Summary
Modifier and TypeMethodDescriptionvoidcalcSize(Object obj, CalcSizeStream css) fromJson(JsonReader in) read(DataStream in) voidskip(DataStream in) voidtoJson(Object obj, StringBuilder builder) voidwrite(Object obj, DataStream out)
-
Method Details
-
calcSize
- Throws:
IOException
-
write
- Throws:
IOException
-
read
- Throws:
IOExceptionClassNotFoundException
-
skip
- Throws:
IOExceptionClassNotFoundException
-
toJson
- Throws:
IOException
-
fromJson
- Throws:
IOExceptionClassNotFoundException
-