This documentation is archived and is not being maintained.
IClientMessageFormatter Interface
Visual Studio 2010
Defines methods that are used to control the conversion of messages into objects and objects into messages for client applications.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The IClientMessageFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | DeserializeReply | Converts a message into a return value and out parameters that are passed back to the calling operation. |
![]() ![]() | SerializeRequest | Converts an Object array into an outbound Message. |
Implement the IClientMessageFormatter interface to create a custom client formatter that serializes objects into messages and deserializes messages into objects for a particular operation.
Attach custom client formatters to the Formatter property to handle this conversion explicitly.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:

