CommandJsonConverter Class

Represents a JsonConverter to convert Commands to and from JSON.

Inheritance Hierarchy

System.Object
  JsonConverter
    JsonConverter.Command.
      TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters.CommandJsonConverter
Namespace:  TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public class CommandJsonConverter : JsonConverter<Command>

The CommandJsonConverter type exposes the following members.

Properties

 

Name

Description

CommandJsonConverter Class 1:

CommandJsonConverter Class 2:

AdvancedConverter

Gets an CommandJsonConverter with advanced conversions to and from Value enabled to convert Commands to and from JSON.

CommandJsonConverter Class 3:

CanRead

(Inherited from JsonConverter.)

CommandJsonConverter Class 4:

CanWrite

(Inherited from JsonConverter.)

CommandJsonConverter Class 5:

CommandJsonConverter Class 6:

Converter

Obsolete.

Gets an CommandJsonConverter to convert Commands to and from JSON.

CommandJsonConverter Class 7:

CommandJsonConverter Class 8:

DefaultConverter

Gets an CommandJsonConverter to convert Commands to and from JSON.

Methods

 

Name

Description

CommandJsonConverter Class 9:

CanConvert

(Inherited from JsonConverter.Command..)

CommandJsonConverter Class 10:

Equals

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

CommandJsonConverter Class 11:

Finalize

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

CommandJsonConverter Class 12:

GetHashCode

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

CommandJsonConverter Class 13:

GetType

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

CommandJsonConverter Class 14:

MemberwiseClone

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

CommandJsonConverter Class 15:

ReadJson(JsonReader, Type, Object, JsonSerializer)

(Inherited from JsonConverter.Command..)

CommandJsonConverter Class 16:

ReadJson(JsonReader, Type, Command, Boolean, JsonSerializer)

(Overrides JsonConverter.ReadJson(JsonReader, Type, UTP, Boolean, JsonSerializer).)

CommandJsonConverter Class 17:

ToString

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

CommandJsonConverter Class 18:

WriteJson(JsonWriter, Object, JsonSerializer)

(Inherited from JsonConverter.Command..)

CommandJsonConverter Class 19:

WriteJson(JsonWriter, Command, JsonSerializer)

(Overrides JsonConverter.WriteJson(JsonWriter, UTP, JsonSerializer).)

Reference

TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters Namespace