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