TcHmiJsonSerializer.Deserialize Method (JsonReader, Type, JsonSerializerSettings)

Deserializes the JSON String contained by the specified JsonReader to an equivalent instance of the specified Type.

Namespace:  TcHmiSrv.Core.Tools.Json.Newtonsoft
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static Object Deserialize(
    JsonReader reader,
    Type type,
    JsonSerializerSettings settings
)

Parameters

reader

Type: JsonReader
The JsonReader that contains the JSON String to convert.

type

Type: System.Type
The Type of the value to return.

settings

Type: JsonSerializerSettings
The JsonSerializerSettings that will be used to deserialize the specified JSON String or null to use the default JsonSerializerSettings.

Return Value

Type: Object
An Object instance that is equivalent to the JSON String contained by reader.

Reference

TcHmiJsonSerializer Class

Deserialize Overload

TcHmiSrv.Core.Tools.Json.Newtonsoft Namespace