System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / IMessageFormatter Interface
Methods

In This Topic
    IMessageFormatter Interface Members
    In This Topic

    The following tables list the members exposed by IMessageFormatter.

    Public Methods
     NameDescription
     MethodWhen implemented in a class, determines whether the formatter can deserialize the contents of the message.  
     Method (Inherited from System.ICloneable)
     MethodWhen implemented in a class, reads the contents from the given message and creates an object that contains data from the message.  
     MethodWhen implemented in a class, serializes an object into the body of the message.  
    Top
    See Also