|
Eile Mit Weile
|
#include <string>#include <unordered_map>#include "common/serialization/serializable.hpp"Go to the source code of this file.
Classes | |
| class | ServerResponse |
| Base class for all messages sent from the server to the client. More... | |
| struct | ServerResponse::BaseClassProperties |
| Contains the properties that are common to all ServerResponses. More... | |
Enumerations | |
| enum | ResponseType { req_response , state_diff_msg , full_state_msg } |
| Identifier for the different server responses. More... | |
Identifier for the different server responses.
The ResponseType is sent with every ServerResponse to identify the type of ServerResponse during deserialization on the client side.