The methods of the IMessageFormatter interface are listed below. For a complete list of IMessageFormatter interface members, see the IMessageFormatter Members topic.
CanRead | When this method is called, the formatter will attempt to determine if the contents of the message are something the formatter can deal with. |
Read | This method is used to read the contents from the given message and create an object. |
Write | This method is used to write the given object into the given message. If the formatter cannot understand the given object, an exception is thrown. |