MsmqMessageSerializationFormat Enumeration
.NET Framework (current version)
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 | |
|---|---|---|
| ActiveX | The ActiveX formatter is used to serialize the object. | |
| Binary | The BinaryFormatter is used to serialize the object. | |
| ByteArray | Serializes the object to an array of bytes. | |
| Stream | Serializes the object to a stream. | |
| Xml | XmlSerializer is used to serialize the object. |
The default value is Xml.
.NET Framework
Available since 3.0
Available since 3.0
Show: