JsonHelperDeserialize Method (Type, String) |
返序列化为一个对象
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static Object Deserialize(
Type type,
string json
)
Public Shared Function Deserialize (
type As Type,
json As String
) As Object
public:
static Object^ Deserialize(
Type^ type,
String^ json
)
static member Deserialize :
type : Type *
json : string -> Object
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