T
- the type to convertR
- the result typepublic interface OdinInlineAdapter<T,R> extends OdinAdapter<T>
Modifier and Type | Method and Description |
---|---|
T |
read(ObjectType<? extends T> type,
R o) |
R |
write(ObjectType<? extends T> type,
T o) |
T read(ObjectType<? extends T> type, R o)
R write(ObjectType<? extends T> type, T o)