NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IMessageFormatter Interface

The functions defined in this interface are used to serailize and deserialize objects into and from MessageQueue messages.

IMessageFormatter

[Visual Basic]
Public Interface IMessageFormatter
[C#]
public interface IMessageFormatter
[C++]
public __gc __interface IMessageFormatter

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IMessageFormatter

Class Description
ActiveXMessageFormatter Formatter class that serializes and deserializes primitives into and from MessageQueue messages using binary format.
BinaryMessageFormatter Formatter class that serializes and deserializes objects into and from MessageQueue messages using binary format.
DataSetMessageFormatter Formatter class that serializes and deserializes datasets into and from MessageQueue messages using Xml.
SoapMessageFormatter Formatter class that serializes and deserializes objects into and from MessageQueue messages using Xml.

Remarks

[To be supplied.]

Requirements

Namespace: System.Messaging

Assembly: system.messaging.dll

See Also

IMessageFormatter Members | System.Messaging Namespace