Click or drag to resize

HandshakeConverter Class

Inheritance Hierarchy
SystemObject
  JsonConverter
    LynceeTec.InterfacesJsonEnumConverterHandshake
      LynceeTec.InterfacesHandshakeConverter

Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
public class HandshakeConverter : JsonEnumConverter<Handshake>

The HandshakeConverter type exposes the following members.

Constructors
 NameDescription
Public methodHandshakeConverterInitializes a new instance of the HandshakeConverter class
Top
Properties
 NameDescription
Public propertyCanRead Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter)
Public propertyCanWrite Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter)
Top
Methods
 NameDescription
Public methodCanConvert
(Inherited from JsonEnumConverterT)
Public methodReadJson
(Inherited from JsonEnumConverterT)
Public methodWriteJson
(Inherited from JsonEnumConverterT)
Top
See Also