IMessageFormatter Interface Methods
In This Topic
For a list of all members of this type, see IMessageFormatter members.
Public Methods
| Name | Description |
 | CanRead | When implemented in a class, determines whether the formatter can deserialize the contents of the message. |
 | Clone | (Inherited from System.ICloneable) |
 | Read | When implemented in a class, reads the contents from the given message and creates an object that contains data from the message. |
 | Write | When implemented in a class, serializes an object into the body of the message. |
Top
See Also