TcHmiJsonSerializerDeserializeT(JsonReader, JsonSerializerSettings) Method
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:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
public static T Deserialize<T>(
JsonReader reader,
JsonSerializerSettings settings
)Parameters
|
reader JsonReader |
The JsonReader that contains the JSON String to convert. |
|
settings JsonSerializerSettings |
The JsonSerializerSettings that will be used to deserialize the specified JSON String or null to use the default JsonSerializerSettings . |
Type Parameters
|
T |
The type of the value to return. |
Return Value
T
An instance of the specified type that is equivalent to the JSON
String contained by
reader.
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0
Reference
TcHmiJsonSerializer Class Deserialize Overload TcHmiSrv.Core.Tools.Json.Newtonsoft Namespace
Copyright © Beckhoff Automation GmbH & Co. KG