#include <ISerializable.hpp>
List of all members.
Detailed Description
This interface defines a serializable Object interface
Member Function Documentation
| virtual Uint MQUALIFIER zeus::ISerializable::getObjectID |
( |
) |
const [pure virtual] |
This methods returns the ID of the object. Normaly this ID is equal to the address of the object. However it may be usefull to change this to implement other behavours.
- Returns:
- Object ID
| virtual Retval MQUALIFIER zeus::ISerializable::serialize |
( |
IByteArray & |
raStream ) |
const [pure virtual] |
This method serializes an object and returns the byte array
- Parameters:
-
| raStream,: | Return parameter of the serialized object |
- Return values:
-
| RET_NOERROR,: | Serialzing was ok |
| RET_ERR_REQUEST_FAILED,: | Error occured serializing the object |
The documentation for this class was generated from the following file: