Click or drag to resize

PhysQuantityConverterT Class

Inheritance Hierarchy
SystemObject
  JsonConverter
    LynceeTec.API.Cycle.ExperimentPhysQuantityConverterT
      LynceeTec.API.Cycle.ExperimentTimeConverter

Namespace:  LynceeTec.API.Cycle.Experiment
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.0.10313.0 , built 2022-11-01 12:36:54 UTC
Syntax
public abstract class PhysQuantityConverter<T> : JsonConverter
where T : IQuantity, IFormattable

Type Parameters

T

The PhysQuantityConverterT type exposes the following members.

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