JsonEncoder.

DeserializeObject(string, Type) Method

Assembly
Cake.Http.dll
Namespace
Cake.Http
Containing Type
JsonEncoder

Syntax

public static object DeserializeObject(string json, Type type)

Parameters

Name Type Description
json string
type Type

Return Value

Type Description
object