Click or drag to resize
AjaxUtilDeserializeT Method (T, String, ListString)
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,
	List<string> banKeys
)

Parameters

targetObject
Type: T

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

xml
Type: SystemString

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

banKeys
Type: System.Collections.GenericListString

[Missing <param name="banKeys"/> documentation for "M:X3Platform.Ajax.AjaxUtil.Deserialize``1(``0,System.String,System.Collections.Generic.List{System.String})"]

Type Parameters

T

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

Return Value

Type: T

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

See Also