Interface IResponseSerializer
Serializer for deserializing Wolf server responses.
Namespace: TehGM.Wolfringo.Messages.Serialization
Assembly: Wolfringo.Core.dll
Syntax
public interface IResponseSerializer
Methods
| Improve this Doc View SourceDeserialize(Type, SerializedMessageData)
Deserialize a server response.
Declaration
IWolfResponse Deserialize(Type responseType, SerializedMessageData responseData)
Parameters
Type | Name | Description |
---|---|---|
Type | responseType | Type of the response to deserialize into. |
SerializedMessageData | responseData | Serialized response data. |
Returns
Type | Description |
---|---|
IWolfResponse | Deserialized response. |