#include <services.h>
Inheritance diagram for Ishtar::Answer:
Public Types | |
enum | Type { ERROR, SERVICE_LIST, VALUES } |
The type of answer. More... | |
Public Member Functions | |
virtual | ~Answer () |
Destructor. | |
virtual void | serialize (OutputStream *stream)=0 |
Serialize this answer to stream. | |
virtual void | deserializeSpecified (InputStream *stream)=0 |
Deserialize this answer from stream, the type has already been read because the Answer is already created. | |
Static Public Member Functions | |
static Answer * | deserialize (InputStream *stream) |
Deserialize an Answer from a stream and return it. First read the type, then create the corresponding Answer and call deserializeSpecified on it. |
|
The type of answer.
|