Show / Hide Table of Contents

Class TimeStamp.TimeStampJsonConverter

This is the default for the TimeStamp. It represents the TimeStamp in json text as an containing the TicksUtc value.

Inheritance
System.Object
TimeStamp.TimeStampJsonConverter
Namespace: FFT.TimeStamps
Assembly: FFT.TimeStamps.dll
Syntax
public class TimeStampJsonConverter : JsonConverter<TimeStamp>

Methods

| Improve this Doc View Source

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Declaration
public override TimeStamp Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
Type typeToConvert
JsonSerializerOptions options
Returns
Type Description
TimeStamp
| Improve this Doc View Source

Write(Utf8JsonWriter, TimeStamp, JsonSerializerOptions)

Declaration
public override void Write(Utf8JsonWriter writer, TimeStamp value, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonWriter writer
TimeStamp value
JsonSerializerOptions options
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX