TcHmiJsonSerializer Methods
The TcHmiJsonSerializer type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Creates a new TcHmiJsonSerializer instance. The TcHmiJsonSerializer will not use default settings from DefaultSettings. | |
|
Creates a new TcHmiJsonSerializer instance using the specified JsonSerializerSettings. The TcHmiJsonSerializer will not use default settings from DefaultSettings. | |
|
Creates a new TcHmiJsonSerializer instance. The TcHmiJsonSerializer will use default settings from DefaultSettings. | |
|
Creates a new TcHmiJsonSerializer instance using the specified JsonSerializerSettings. The TcHmiJsonSerializer will use default settings from DefaultSettings as well as the specified JsonSerializerSettings. | |
|
Deserialize(TextReader, Type) |
(Inherited from JsonSerializer.) |
|
Deserializes the JSON String contained by the specified JsonReader to an equivalent instance of the specified Type. | |
|
Deserializes the specified JSON String to an equivalent instance of the specified Type. | |
|
Deserializes the JSON String contained by the specified JsonReader to an equivalent instance of the specified Type. | |
|
Deserializes the JSON String contained by the specified JsonReader to an equivalent instance of the specified Type. | |
|
Deserializes the specified JSON String to an equivalent instance of the specified Type. | |
|
Deserializes the specified JSON String to an equivalent instance of the specified Type. | |
|
Deserializes the JSON String contained by the specified JsonReader to an equivalent instance of the specified type. | |
|
Deserializes the specified JSON String to an equivalent instance of the specified type. | |
|
Deserializes the specified JSON String to an equivalent instance of the specified type using the specified JsonConverter{T}. | |
|
Deserializes the JSON String contained by the specified JsonReader to an equivalent instance of the specified type. | |
|
Deserializes the JSON String contained by the specified JsonReader to an equivalent instance of the specified type. | |
|
Deserializes the specified JSON String to an equivalent instance of the specified type. | |
|
Deserializes the specified JSON String to an equivalent instance of the specified type. | |
|
Deserializes the specified JSON String to an equivalent instance of the specified type using the specified JsonConverter{T}. | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Populate(TextReader, Object) |
(Inherited from JsonSerializer.) |
|
Populate(JsonReader, Object) |
(Inherited from JsonSerializer.) |
|
Serializes the specified Object to an equivalent JSON String. | |
|
Serialize(TextWriter, Object) |
(Inherited from JsonSerializer.) |
|
Serialize(JsonWriter, Object) |
(Inherited from JsonSerializer.) |
|
Serializes the specified Object to an equivalent JSON String using the specified JsonSerializerSettings. | |
|
Serializes the specified Object to an equivalent JSON String. | |
|
Serialize(JsonWriter, Object, Type) |
(Inherited from JsonSerializer.) |
|
Serialize(TextWriter, Object, Type) |
(Inherited from JsonSerializer.) |
|
Serializes the specified Object to an equivalent JSON String using the specified JsonWriter, Type and JsonSerializerSettings. | |
|
Serializes the specified Object to an equivalent JSON String using the specified JsonWriter, Type and JsonSerializerSettings. | |
|
Serializes the specified Object to an equivalent JSON String using the specified capacity and JsonSerializerSettings. | |
|
Serializes the specified Object to an equivalent JSON String. | |
|
Serializes the specified Object to an equivalent JSON String using the specified Type and JsonSerializerSettings. | |
|
Serializes the specified Object to an equivalent JSON String using the specified JsonWriter, Type and JsonSerializerSettings. | |
|
Serializes the specified Object to an equivalent JSON String using the specified JsonWriter, Type and JsonSerializerSettings. | |
|
Serializes the specified Object to an equivalent JSON String using the specified capacity, Type and JsonSerializerSettings. | |
|
Serializes the specified value to an equivalent JSON String using the specified JsonConverter{T}. | |
|
Serializes the specified value to an equivalent JSON String using the specified JsonConverter{T}. | |
|
Serializes the specified value to an equivalent JSON String using the specified JsonConverter{T}. | |
|
Serializes the specified value to an equivalent JSON String using the specified JsonConverter{T}. | |
|
Returns a string that represents the current object. (Inherited from Object.) |