Click or drag to resize
JsonHelperDeserialize Method (Type, String)
返序列化为一个对象

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static Object Deserialize(
	Type type,
	string json
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Adf.JsonHelper.Deserialize(System.Type,System.String)"]

json
Type: SystemString

[Missing <param name="json"/> documentation for "M:Adf.JsonHelper.Deserialize(System.Type,System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Adf.JsonHelper.Deserialize(System.Type,System.String)"]

See Also