TicksJsonConverterRead Method
Reads and converts the JSON to type T.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.138 -- Release Build+dacff88cce10d287c7434d5aac59c76948c712b1
public override Ticks Read(
ref Utf8JsonReader reader,
Type typeToConvert,
JsonSerializerOptions options
)
Public Overrides Function Read (
ByRef reader As Utf8JsonReader,
typeToConvert As Type,
options As JsonSerializerOptions
) As Ticks
public:
virtual Ticks Read(
Utf8JsonReader% reader,
Type^ typeToConvert,
JsonSerializerOptions^ options
) override
function Read(reader, typeToConvert, options);
- reader Utf8JsonReader
- The reader.
- typeToConvert Type
- The type to convert.
- options JsonSerializerOptions
- An object that specifies serialization options to use.
TicksThe converted value.