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

In This Topic
    IMessageFormatter Interface Methods
    In This Topic

    For a list of all members of this type, see IMessageFormatter members.

    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