[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Special dynamic serialization arguments, should only be used when MessageSerializationAttributeis not adequate.

Using this interface will supercede any usage of MessageSerializationAttribute.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
interface 
IMessageSerialization
Public 
Interface 
IMessageSerialization
public 
interface class 
IMessageSerialization

Members

           
  All Members     Properties   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
RequireTextEncoding
Is a text encoding required
RequireXmlHeader
Is an XML header required

See Also