Interface | Description |
---|---|
AnyType<T> |
This object is the parent of every odin types, this type can be primitive, array, unknown type, or
ObjectType . |
FieldType<T> |
Represent a class field.
|
ObjectType<T> | |
OdinReader | |
OdinWriter |
Class | Description |
---|---|
Odin |
Main class to access to Odin.
|
TypeBuilder<T> |
Type builder.Use anonymous inner class with generic parameter to define type to read. For example new TypeBuilder<List<String>>() {}; to get List<String>. |