Click or drag to resize

ScanControllerSubDevicesJsonConverter Class

[Missing <summary> documentation for "T:RAYLASE.Marker.Device.Serialization.ScanControllerSubDevicesJsonConverter"]

Inheritance Hierarchy
SystemObject
  JsonConverter
    RAYLASE.Marker.Device.SerializationScanControllerSubDevicesJsonConverter

Namespace: RAYLASE.Marker.Device.Serialization
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class ScanControllerSubDevicesJsonConverter : JsonConverter

The ScanControllerSubDevicesJsonConverter type exposes the following members.

Constructors
 NameDescription
Public methodScanControllerSubDevicesJsonConverterInitializes a new instance of the ScanControllerSubDevicesJsonConverter 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
(Overrides JsonConverter.CanConvert(Type))
Public methodReadJson
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer))
Public methodWriteJson
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer))
Top
See Also