XmlMessageFormatter Class Methods
In This Topic
For a list of all members of this type, see XmlMessageFormatter members.
Public Methods
| Name | Description |
 | CanRead | Determines whether the formatter can deserialize the message. |
 | Clone | Creates an instance of the XmlMessageFormatter class whose read/write properties (the sets of target types) are the same as the current XmlMessageFormatter instance. |
 | Read | Reads the contents from the given message and creates an object that contains the deserialized message. |
 | Write | Serializes an object into the body of the message. |
Top
See Also