XmlHelper Class

Definition

Namespace: CoreMX.NET.Helpers
Assembly: CoreMX.NET (in CoreMX.NET.dll) Version: 1.0.0+7eb54d7f3459576d25646e9f286fb1fe49eac8a5
C#
public static class XmlHelper
Inheritance
Object    XmlHelper

Methods

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

See Also