| Interface | Description |
|---|---|
| ObjectSerializer |
Serialize and deserialize objects from web socket
|
| ObjectWebSocketSender |
Interface that allows send object that is parsed and send via websocket to server
It is valid since
RxObjectEventConnected until
RxObjectEventDisconnected |
| Class | Description |
|---|---|
| RxObjectWebSockets |
This class allows to retrieve json messages from websocket
|
| Exception | Description |
|---|---|
| ObjectParseException |
Exception throw by
ObjectSerializer if serialization or deserialization fail |