TcHmiJsonSerializer.Deserialize Method

Overload List

 

Name

Description

TcHmiJsonSerializer.Deserialize Method 1:

TcHmiJsonSerializer.Deserialize Method 2:

Deserialize.T.(JsonReader)

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

TcHmiJsonSerializer.Deserialize Method 3:

TcHmiJsonSerializer.Deserialize Method 4:

Deserialize.T.(String)

Deserializes the specified JSON String to an equivalent instance of the specified type.

TcHmiJsonSerializer.Deserialize Method 5:

Deserialize(TextReader, Type)

(Inherited from JsonSerializer.)

TcHmiJsonSerializer.Deserialize Method 6:

TcHmiJsonSerializer.Deserialize Method 7:

Deserialize.T.(JsonConverter.T., String)

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

TcHmiJsonSerializer.Deserialize Method 8:

TcHmiJsonSerializer.Deserialize Method 9:

Deserialize.T.(JsonReader, JsonSerializerSettings)

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

TcHmiJsonSerializer.Deserialize Method 10:

TcHmiJsonSerializer.Deserialize Method 11:

Deserialize.T.(JsonReader, Boolean)

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

TcHmiJsonSerializer.Deserialize Method 12:

TcHmiJsonSerializer.Deserialize Method 13:

Deserialize(JsonReader, Type)

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

TcHmiJsonSerializer.Deserialize Method 14:

TcHmiJsonSerializer.Deserialize Method 15:

Deserialize.T.(String, JsonSerializerSettings)

Deserializes the specified JSON String to an equivalent instance of the specified type.

TcHmiJsonSerializer.Deserialize Method 16:

TcHmiJsonSerializer.Deserialize Method 17:

Deserialize.T.(String, Boolean)

Deserializes the specified JSON String to an equivalent instance of the specified type.

TcHmiJsonSerializer.Deserialize Method 18:

TcHmiJsonSerializer.Deserialize Method 19:

Deserialize(String, Type)

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

TcHmiJsonSerializer.Deserialize Method 20:

TcHmiJsonSerializer.Deserialize Method 21:

Deserialize.T.(JsonConverter.T., String, JsonSerializer)

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

TcHmiJsonSerializer.Deserialize Method 22:

TcHmiJsonSerializer.Deserialize Method 23:

Deserialize(JsonReader, Type, JsonSerializerSettings)

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

TcHmiJsonSerializer.Deserialize Method 24:

TcHmiJsonSerializer.Deserialize Method 25:

Deserialize(JsonReader, Type, Boolean)

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

TcHmiJsonSerializer.Deserialize Method 26:

TcHmiJsonSerializer.Deserialize Method 27:

Deserialize(String, Type, JsonSerializerSettings)

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

TcHmiJsonSerializer.Deserialize Method 28:

TcHmiJsonSerializer.Deserialize Method 29:

Deserialize(String, Type, Boolean)

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

Reference

TcHmiJsonSerializer Class

TcHmiSrv.Core.Tools.Json.Newtonsoft Namespace