AjaxUtilDeserializeT Method (T, XmlDocument) |
Xml信息反序列化为实体对象
Namespace: X3Platform.AjaxAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static T Deserialize<T>(
T targetObject,
XmlDocument doc
)
public:
generic<typename T>
static T Deserialize(
T targetObject,
XmlDocument^ doc
)
Parameters
- targetObject
- Type: T
需要反序列化的对象 - doc
- Type: System.XmlXmlDocument
Xml 文档对象
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.Xml.XmlDocument)"]
Return Value
Type:
T[Missing <returns> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.Xml.XmlDocument)"]
See Also