ContextJsonConverter Class

Represents a JsonConverter to convert Contexts to and from JSON.

Inheritance Hierarchy

SystemObject
  JsonConverter
    JsonConverterContext
      TcHmiSrv.Core.Tools.Json.Newtonsoft.ConvertersContextJsonConverter

Namespace: TcHmiSrv.Core.Tools.Json.Newtonsoft.Converters
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

public class ContextJsonConverter : JsonConverter<Context>

The ContextJsonConverter type exposes the following members.

Properties

 

Name

Description

ContextJsonConverter Class 1:

CanRead

Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter)

ContextJsonConverter Class 2:

CanWrite

Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter)

ContextJsonConverter Class 3:

ContextJsonConverter Class 4:

Converter

Gets a ContextJsonConverter to convert Contexts to and from JSON.
Obsolete

ContextJsonConverter Class 5:

ContextJsonConverter Class 6:

DefaultConverter

Gets a ContextJsonConverter to convert Contexts to and from JSON.

Methods

 

Name

Description

ContextJsonConverter Class 7:

CanConvert

Determines whether this instance can convert the specified object type.
(Inherited from JsonConverterContext)

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)

Reads the JSON representation of the object.
(Inherited from JsonConverterContext)

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)

Writes the JSON representation of the object.
(Inherited from JsonConverterContext)

ContextJsonConverter Class 17:

WriteJson(JsonWriter, Context, JsonSerializer)


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

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

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

Copyright © Beckhoff Automation GmbH & Co. KG