T
- the type of the objectpublic interface OdinObjectAdapter<T> extends OdinAdapter<T>
Modifier and Type | Method and Description |
---|---|
void |
read(OdinReader reader,
ObjectType<? extends T> type,
T o) |
void |
write(OdinWriter writer,
ObjectType<? extends T> type,
T o) |
void read(OdinReader reader, ObjectType<? extends T> type, T o) throws java.io.IOException
java.io.IOException
void write(OdinWriter writer, ObjectType<? extends T> type, T o) throws java.io.IOException
java.io.IOException