This documentation is archived and is not being maintained.
MsmqMessageSerializationFormat Enumeration
Visual Studio 2008
Indicates the formatter that is used to serialize objects that are sent as the body of an MSMQ message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Xml | XmlSerializer is used to serialize the object. | |
| Binary | The BinaryFormatter is used to serialize the object. | |
| ActiveX | The ActiveX formatter is used to serialize the object. | |
| ByteArray | Serializes the object to an array of bytes. | |
| Stream | Serializes the object to a stream. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: