TcHmiJsonSerializer.Deserialize Method (JsonReader, Type)
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
)
Parameters
reader |
Type: JsonReader |
type |
Type: System.Type |