|
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 |
| UnsignedByte |
The UnsignedByte class wraps a value of and unsigned 8 bits number. |
| UnsignedInt |
The UnsignedInt class wraps a value of an unsigned 32 bits number. |
| UnsignedLong |
The UnsignedLong class wraps a value of an unsigned 64 bits number. |
| UnsignedNumber |
|
| UnsignedShort |
The UnsignedByte class wraps a value of an unsigned 16 bits number. |