public static class XmlHelper| DeserializeXmlT | Deserialize an XML string to an object |
| GetSerializedXmlSizeT | Get the serialized size of an object in XML format |
| GetXmlSeralizerForObject | Get the XmlSerializer for an object |
| GetXmlSerializer(Type) | Get the XmlSerializer for a type |
| GetXmlSerializerT | Get the XmlSerializer for a generic type |
| IsValidXml(String) | Check if a string is a valid XML |
| IsValidXml(String, Exception) | Check if a string is a valid XML |
| SerializeXml | Serialize an object to an XML string |