System.Messaging Reference (Document! X Sample)
Methods 

System.Messaging Namespace : IMessageFormatter Interface
IMessageFormatter Interface Members

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