| Class | Description |
|---|---|
| Accessor | |
| EserialContext |
Stores information about an element: its corresponding field, getter, containing class.
|
| EserialElement |
An element is defined by its accessor method (getter or setter) and the corresponding value.
This is a convenience class wrapping these two with interfaces for accessing the containing class and the corresponding field. |
| Getter |
Wrapper class for an instance and a getter method.
|
| Setter |
Wrapper class for an instance and a setter method.
|