IMessageSerialization Interface

 

Provides special dynamic serialization arguments. This class should only be used when MessageSerializationAttribute is not adequate.

Use of this interface supersedes any usage of MessageSerializationAttribute.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public interface IMessageSerialization
public interface class IMessageSerialization
Public Interface IMessageSerialization

Properties

Name Description
System_CAPS_pubproperty RequireTextEncoding

Indicates whether text encoding is required.

System_CAPS_pubproperty RequireXmlHeader

Indicates whether an XML header is required.

See Also

Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top