Package org.red5.io.object

Interface Summary
ICustomSerializable Interface for objects that know how to serialize their contents.
Input Interface for Input which defines the contract methods which are to be implemented.
Output Output interface which defines contract methods to be implemented
 

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
 

Enum Summary
Flag Serial flag options.
 



Copyright © 2006-2009 The Red5 Project