The xml deserialize helper
DeserializeHandler
01 Syntax
Microsoft.VisualBasic.Text.Xml.Linq.DeserializeHandler`1
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| LoadXml | 1 | This method have bugs when deal with the xml when it have multiple xml namespace value |
| RemoveXmlns | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| ReplaceXmlns | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| Tname | 1 | Get type name that defined on the class type decoration with custom attributes: XmlTypeAttribute or XmlRootAttribute |
05 Members
LoadXml(
String, Type())This method have bugs when deal with the xml when it have multiple xml namespace value
Parameters
| Name | Type | Description |
|---|---|---|
xml | String | - |
Tname
Get type name that defined on the class type decoration with custom attributes: XmlTypeAttribute or XmlRootAttribute
ReplaceXmlns
RemoveXmlns(
String)ToString()