JsonEncoder.

DeserializeObject<T>(string) Method

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

Syntax

public static T DeserializeObject<T>(string json)

Type Parameters

Name Description
T

Parameters

Name Type Description
json string

Return Value

Type Description
T