XmlMessageFormatter Class Members
In This Topic
The following tables list the members exposed by XmlMessageFormatter.
Public Constructors
Public Properties
| Name | Description |
 | TargetTypeNames | Specifies the set of possible types that will be deserialized by the formatter from the message provided. |
 | TargetTypes | Specifies the set of possible types that will be deserialized by the formatter from the message provided. |
Top
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