JsonEncoder.

DeserializeObject<T>(string, IJsonSerializerStrategy) Method

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

Syntax

public static T DeserializeObject<T>(string json, IJsonSerializerStrategy jsonSerializerStrategy)

Type Parameters

Name Description
T

Parameters

Name Type Description
json string
jsonSerializerStrategy IJsonSerializerStrategy

Return Value

Type Description
T