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.
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. |
[To be supplied.]
Namespace: System.Messaging
Assembly: system.messaging.dll