IDispatchMessageFormatter Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines methods that deserialize request messages and serialize response messages in an application.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The IDispatchMessageFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeserializeRequest | Deserializes a message into an array of parameters. |
![]() | SerializeReply | Serializes a reply message from a specified message version, an array of parameters, and a return value. |
Show:
