Method | Description | |
---|---|---|
CleanInvalidXmlChars ( string text ) : string |
This removes characters that are invalid for xml encoding
|
|
Deserialize ( |
||
Serialize ( object obj ) : string |
Serialize the object to XML format. The XML encoding will be UTF-8. A Byte Order Mark (BOM) will NOT be placed at the beginning of the string.
|
Method | Description | |
---|---|---|
XmlUtil ( ) : System |
Static class constructor.
|
|
serializer_UnknownAttribute ( object sender, |
||
serializer_UnknownElement ( object sender, |
||
serializer_UnknownNode ( object sender, |
public static CleanInvalidXmlChars ( string text ) : string | ||
text | string | Text to be encoded. |
return | string |
public static Deserialize ( |
||
objType | ||
text | string | |
return | object |
public static Serialize ( object obj ) : string | ||
obj | object | |
return | string |