|
Class Summary |
| BaseInput |
BaseInput represents a way to map input to a HashMap. |
| BaseOutput |
BaseOutput represents a way to map input to a HashMap. |
| DataTypes |
The core datatypes supported by red5, I have left out undefined (this is
up for debate). |
| Deserializer |
The Deserializer class reads data input and handles the data
according to the core data types |
| RecordSet |
Read only RecordSet object that might be received through remoting calls. |
| RecordSetPage |
Result of pageable request, one page of data. |
| Serializer |
The Serializer class writes data output and handles the data according to the
core data types |