This documentation is archived and is not being maintained.
MsmqMessageSerializationFormat Enumeration
Visual Studio 2010
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 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: