JsonEncoder.

DeserializeObject(string, Type, IJsonSerializerStrategy) Method

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

Syntax

public static object DeserializeObject(string json, Type type, IJsonSerializerStrategy jsonSerializerStrategy)

Parameters

Name Type Description
json string
type Type
jsonSerializerStrategy IJsonSerializerStrategy

Return Value

Type Description
object