|
| static bool | Read (ref ReadContext context, out object result, out string errorMsg, int depth) |
| | Reads an object from a binary reader. More...
|
| |
| static bool | ReadEventData (ref ReadContext context, out object result, out string errorMsg, int depth=0) |
| |
| static bool | ReadEventData (ref ReadContext context, out EventData result, out string errorMsg, int depth=0) |
| |
| static bool | ReadOperationRequest (ref ReadContext context, out object operationRequest, out string errorMsg, int depth=0) |
| |
| static bool | ReadOperationRequest (ref ReadContext context, out OperationRequest operationRequest, out string errorMsg, int depth=0) |
| |
| static bool | TryReadOperationResponse (ref ReadContext context, out object result, out string errorMsg, int depth) |
| |
| static bool | TryReadOperationResponse (ref ReadContext context, out OperationResponse result, out string errorMsg, int depth=0) |
| |
| static bool | TryReadDisconnectMessage (ref ReadContext context, out object result, out string errorMsg, int depth) |
| |
| static bool | TryReadDisconnectMessage (ref ReadContext context, out DisconnectMessage result, out string errorMsg, int depth=0) |
| |