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: 9.2.6612.0 , built 2022-07-14 10:47:27 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 (Inherited from JsonConverter.)
Public propertyCanWrite (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