Click or drag to resize

CameraJsonConverter Class

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

Inheritance Hierarchy
SystemObject
  JsonConverter
    RAYLASE.Marker.Device.SerializationCameraJsonConverter

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

The CameraJsonConverter type exposes the following members.

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