Click or drag to resize

ScanControllerJsonConverter Class

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

Inheritance Hierarchy
SystemObject
  JsonConverter
    RAYLASE.Marker.Device.SerializationScanControllerJsonConverter

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

The ScanControllerJsonConverter type exposes the following members.

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