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)

public interface class IMessageSerialization

NameDescription
System_CAPS_pubpropertyRequireTextEncoding

Indicates whether text encoding is required.

System_CAPS_pubpropertyRequireXmlHeader

Indicates whether an XML header is required.

Return to top
Show: