What are the members of the XmlMessageFormatter class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the members of the XmlMessageFormatter class?
Rating:
There are three members of the XmlMessageFormatter class as follows:
- Constructor
- Public Methods
- Public Properties
| CanRead | It is used to determine whether the formatter can deserialize the message. |
| Clone | It is used to create an instance of the XmlMessageFormatter class. |
| Equals | It is used to determine whether two object instances are equal. |
| GetHashCode | It is used to serve as a hash function for a particular type. It is suitable for hashing algorithms and data structures like a hash table. |
| GetType | It is used to get the type of the current instance. |
| Read | It is used to read the contents from the given message and creates an object that contains the deserialized message. |
| ToString | It is used to return a string that represents the current Object. |
| Write | It is used to serialize an object into the body of the message. |
Rating:
Was this information helpful?
Other articles
- What is the syntax for the WriteXml(String, XmlWriteMode) method?
- What is the BinaryFormatter class?
- What is CAB project?
- What is the fault element of a SOAP message?
- Tip on message Queue.
