Click or drag to resize

ParityConverter Class

Inheritance Hierarchy
SystemObject
  JsonConverter
    LynceeTec.InterfacesJsonEnumConverterParity
      LynceeTec.InterfacesParityConverter

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 ParityConverter : JsonEnumConverter<Parity>

The ParityConverter type exposes the following members.

Constructors
 NameDescription
Public methodParityConverterInitializes a new instance of the ParityConverter 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