Click or drag to resize
AjaxUtilDeserializeT Method (T, String)
Xml信息反序列化为实体对象

Namespace: X3Platform.Ajax
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static T Deserialize<T>(
	T targetObject,
	string xml
)

Parameters

targetObject
Type: T

[Missing <param name="targetObject"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.String)"]

xml
Type: SystemString

[Missing <param name="xml"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.String)"]

See Also