TcHmiJsonSerializer Methods

The TcHmiJsonSerializer type exposes the following members.

Methods

 

Name

Description

TcHmiJsonSerializer Methods 1:

TcHmiJsonSerializer Methods 2:

Create

Creates a new TcHmiJsonSerializer instance. The TcHmiJsonSerializer will not use default settings from DefaultSettings.

TcHmiJsonSerializer Methods 3:

TcHmiJsonSerializer Methods 4:

Create(JsonSerializerSettings)

Creates a new TcHmiJsonSerializer instance using the specified JsonSerializerSettings . The TcHmiJsonSerializer will not use default settings from DefaultSettings.

TcHmiJsonSerializer Methods 5:

TcHmiJsonSerializer Methods 6:

CreateDefault

Creates a new TcHmiJsonSerializer instance. The TcHmiJsonSerializer will use default settings from DefaultSettings.

TcHmiJsonSerializer Methods 7:

TcHmiJsonSerializer Methods 8:

CreateDefault(JsonSerializerSettings)

Creates a new TcHmiJsonSerializer instance using the specified JsonSerializerSettings . The TcHmiJsonSerializer will use default settings from DefaultSettings as well as the specified JsonSerializerSettings .

TcHmiJsonSerializer Methods 9:

TcHmiJsonSerializer Methods 10:

Deserialize(JsonReader, Type)

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

TcHmiJsonSerializer Methods 11:

TcHmiJsonSerializer Methods 12:

Deserialize(String, Type)

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

TcHmiJsonSerializer Methods 13:

Deserialize(TextReader, Type)

Deserializes the JSON structure contained by the specified TextReader into an instance of the specified type.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Methods 14:

TcHmiJsonSerializer Methods 15:

Deserialize(JsonReader, Type, JsonSerializerSettings)

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

TcHmiJsonSerializer Methods 16:

TcHmiJsonSerializer Methods 17:

Deserialize(JsonReader, Type, Boolean)

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

TcHmiJsonSerializer Methods 18:

TcHmiJsonSerializer Methods 19:

Deserialize(String, Type, JsonSerializerSettings)

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

TcHmiJsonSerializer Methods 20:

TcHmiJsonSerializer Methods 21:

Deserialize(String, Type, Boolean)

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

TcHmiJsonSerializer Methods 22:

TcHmiJsonSerializer Methods 23:

DeserializeT(JsonReader)

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

TcHmiJsonSerializer Methods 24:

TcHmiJsonSerializer Methods 25:

DeserializeT(String)

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

TcHmiJsonSerializer Methods 26:

TcHmiJsonSerializer Methods 27:

DeserializeT(JsonConverterT, String)

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

TcHmiJsonSerializer Methods 28:

TcHmiJsonSerializer Methods 29:

DeserializeT(JsonReader, JsonSerializerSettings)

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

TcHmiJsonSerializer Methods 30:

TcHmiJsonSerializer Methods 31:

DeserializeT(JsonReader, Boolean)

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

TcHmiJsonSerializer Methods 32:

TcHmiJsonSerializer Methods 33:

DeserializeT(String, JsonSerializerSettings)

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

TcHmiJsonSerializer Methods 34:

TcHmiJsonSerializer Methods 35:

DeserializeT(String, Boolean)

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

TcHmiJsonSerializer Methods 36:

TcHmiJsonSerializer Methods 37:

DeserializeT(JsonConverterT, String, JsonSerializer)

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

TcHmiJsonSerializer Methods 38:

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)

TcHmiJsonSerializer Methods 39:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)

TcHmiJsonSerializer Methods 40:

GetHashCode

Serves as the default hash function.
(Inherited from Object)

TcHmiJsonSerializer Methods 41:

GetType

Gets the Type of the current instance.
(Inherited from Object)

TcHmiJsonSerializer Methods 42:

MemberwiseClone

Creates a shallow copy of the current Object.
(Inherited from Object)

TcHmiJsonSerializer Methods 43:

Populate(JsonReader, Object)

Populates the JSON values onto the target object.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Methods 44:

Populate(TextReader, Object)

Populates the JSON values onto the target object.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Methods 45:

TcHmiJsonSerializer Methods 46:

Serialize(Object)

Serializes the specified Object to an equivalent JSON String.

TcHmiJsonSerializer Methods 47:

Serialize(JsonWriter, Object)

Serializes the specified Object and writes the JSON structure using the specified JsonWriter.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Methods 48:

TcHmiJsonSerializer Methods 49:

Serialize(Object, JsonSerializerSettings)

Serializes the specified Object to an equivalent JSON String using the specified JsonSerializerSettings .

TcHmiJsonSerializer Methods 50:

TcHmiJsonSerializer Methods 51:

Serialize(Object, Boolean)

Serializes the specified Object to an equivalent JSON String.

TcHmiJsonSerializer Methods 52:

Serialize(TextWriter, Object)

Serializes the specified Object and writes the JSON structure using the specified TextWriter.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Methods 53:

TcHmiJsonSerializer Methods 54:

Serialize(Int32, Object, JsonSerializerSettings)

Serializes the specified Object to an equivalent JSON String using the specified capacity and JsonSerializerSettings .

TcHmiJsonSerializer Methods 55:

Serialize(JsonWriter, Object, Type)

Serializes the specified Object and writes the JSON structure using the specified JsonWriter.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Methods 56:

TcHmiJsonSerializer Methods 57:

Serialize(JsonWriter, Object, JsonSerializerSettings)

Serializes the specified Object to an equivalent JSON String using the specified JsonWriter , Type and JsonSerializerSettings .

TcHmiJsonSerializer Methods 58:

TcHmiJsonSerializer Methods 59:

Serialize(JsonWriter, Object, Boolean)

Serializes the specified Object to an equivalent JSON String using the specified JsonWriter , Type and JsonSerializerSettings .

TcHmiJsonSerializer Methods 60:

TcHmiJsonSerializer Methods 61:

Serialize(Object, Boolean, Boolean)

Serializes the specified Object to an equivalent JSON String.

TcHmiJsonSerializer Methods 62:

TcHmiJsonSerializer Methods 63:

Serialize(Object, Type, JsonSerializerSettings)

Serializes the specified Object to an equivalent JSON String using the specified Type and JsonSerializerSettings .

TcHmiJsonSerializer Methods 64:

Serialize(TextWriter, Object, Type)

Serializes the specified Object and writes the JSON structure using the specified TextWriter.
(Inherited from JsonSerializer)

TcHmiJsonSerializer Methods 65:

TcHmiJsonSerializer Methods 66:

Serialize(Int32, Object, Type, JsonSerializerSettings)

Serializes the specified Object to an equivalent JSON String using the specified capacity, Type and JsonSerializerSettings .

TcHmiJsonSerializer Methods 67:

TcHmiJsonSerializer Methods 68:

Serialize(JsonWriter, Object, Boolean, Boolean)

Serializes the specified Object to an equivalent JSON String using the specified JsonWriter , Type and JsonSerializerSettings .

TcHmiJsonSerializer Methods 69:

TcHmiJsonSerializer Methods 70:

Serialize(JsonWriter, Object, Type, JsonSerializerSettings)

Serializes the specified Object to an equivalent JSON String using the specified JsonWriter , Type and JsonSerializerSettings .

TcHmiJsonSerializer Methods 71:

TcHmiJsonSerializer Methods 72:

SerializeT(JsonConverterT, T)

Serializes the specified value to an equivalent JSON String using the specified JsonConverter{T} .

TcHmiJsonSerializer Methods 73:

TcHmiJsonSerializer Methods 74:

SerializeT(JsonConverterT, T, JsonSerializer)

Serializes the specified value to an equivalent JSON String using the specified JsonConverter{T} .

TcHmiJsonSerializer Methods 75:

TcHmiJsonSerializer Methods 76:

SerializeT(JsonConverterT, T, Boolean)

Serializes the specified value to an equivalent JSON String using the specified JsonConverter{T} .

TcHmiJsonSerializer Methods 77:

TcHmiJsonSerializer Methods 78:

SerializeT(Int32, JsonConverterT, T, JsonSerializer)

Serializes the specified value to an equivalent JSON String using the specified JsonConverter{T} .

TcHmiJsonSerializer Methods 79:

ToString

Returns a string that represents the current object.
(Inherited from Object)

Reference

TcHmiJsonSerializer Class TcHmiSrv.Core.Tools.Json.Newtonsoft Namespace

Copyright © Beckhoff Automation GmbH & Co. KG