ContextJsonConverter Class

Represents a JsonConverter to convert Contexts to and from JSON.

Inheritance Hierarchy

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

Syntax

C#

public class ContextJsonConverter : JsonConverter<Context>

The ContextJsonConverter type exposes the following members.

Properties

 

Name

Description

ContextJsonConverter Class 1:

CanRead

(Inherited from JsonConverter.)

ContextJsonConverter Class 2:

CanWrite

(Inherited from JsonConverter.)

ContextJsonConverter Class 3:

ContextJsonConverter Class 4:

Converter

Obsolete.

Gets a ContextJsonConverter to convert Contexts to and from JSON.

ContextJsonConverter Class 5:

ContextJsonConverter Class 6:

DefaultConverter

Gets a ContextJsonConverter to convert Contexts to and from JSON.

Methods

 

Name

Description

ContextJsonConverter Class 7:

CanConvert

(Inherited from JsonConverter.Context..)

ContextJsonConverter Class 8:

Equals

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

ContextJsonConverter Class 9:

Finalize

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

ContextJsonConverter Class 10:

GetHashCode

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

ContextJsonConverter Class 11:

GetType

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

ContextJsonConverter Class 12:

MemberwiseClone

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

ContextJsonConverter Class 13:

ReadJson(JsonReader, Type, Object, JsonSerializer)

(Inherited from JsonConverter.Context..)

ContextJsonConverter Class 14:

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

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

ContextJsonConverter Class 15:

ToString

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

ContextJsonConverter Class 16:

WriteJson(JsonWriter, Object, JsonSerializer)

(Inherited from JsonConverter.Context..)

ContextJsonConverter Class 17:

WriteJson(JsonWriter, Context, JsonSerializer)

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

Reference

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