SessionJsonConverter Class

Represents a JsonConverter to convert Sessions to and from JSON.

Inheritance Hierarchy

SystemObject
  JsonConverter
    JsonConverterSession
      TcHmiSrv.Core.Tools.Json.Newtonsoft.ConvertersSessionJsonConverter

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

Syntax

C#

public class SessionJsonConverter : JsonConverter<Session>

The SessionJsonConverter type exposes the following members.

Properties

 

Name

Description

SessionJsonConverter Class 1:

CanRead

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

SessionJsonConverter Class 2:

CanWrite

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

SessionJsonConverter Class 3:

SessionJsonConverter Class 4:

Converter

Gets a SessionJsonConverter to convert Sessions to and from JSON.
Obsolete

SessionJsonConverter Class 5:

SessionJsonConverter Class 6:

DefaultConverter

Gets a SessionJsonConverter to convert Sessions to and from JSON.

Methods

 

Name

Description

SessionJsonConverter Class 7:

CanConvert

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

SessionJsonConverter Class 8:

Equals

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

SessionJsonConverter 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)

SessionJsonConverter Class 10:

GetHashCode

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

SessionJsonConverter Class 11:

GetType

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

SessionJsonConverter Class 12:

MemberwiseClone

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

SessionJsonConverter Class 13:

ReadJson(JsonReader, Type, Object, JsonSerializer)

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

SessionJsonConverter Class 14:

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


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

SessionJsonConverter Class 15:

ToString

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

SessionJsonConverter Class 16:

WriteJson(JsonWriter, Object, JsonSerializer)

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

SessionJsonConverter Class 17:

WriteJson(JsonWriter, Session, 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