TcHmiJsonSerializer.Deserialize.T. Method (JsonConverter`1.T., String)

Deserializes the specified JSON String to an equivalent instance of the specified type using the specified JsonConverter{T}.

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

Syntax

C#

public static T Deserialize<T>(
    JsonConverter<T> converter,
    string value
)

Parameters

converter

Type: JsonConverter.T.
The JsonConverter{T} that is used to deserialize value to an equivalent instance of the specified type.

value

Type: System.String
The JSON String to convert.

Type Parameters

T

The type of the value to return.

Return Value

Type: T
An instance of the specified type that is equivalent to value.

Reference

TcHmiJsonSerializer Class

Deserialize Overload

TcHmiSrv.Core.Tools.Json.Newtonsoft Namespace