IClientMessageFormatter Interface
.NET Framework (current version)
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)
| Name | Description | |
|---|---|---|
![]() | DeserializeReply(Message^, array<Object^>^) | Converts a message into a return value and out parameters that are passed back to the calling operation. |
![]() | SerializeRequest(MessageVersion^, array<Object^>^) |
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 Windows Communication Foundation (WCF) client formatters to the Formatter property to handle this conversion explicitly.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show:
