mindee-api-dotnet

DateTimeJsonConverter Class

Namespace: Mindee.Parsing.Common
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Custom deserializer for DateTime

public class DateTimeJsonConverter : JsonConverter<DateTime>

Inheritance: object → JsonConverter → JsonConverter<T> → DateTimeJsonConverter

Constructors

Name Description
DateTimeJsonConverter()  

Methods

Name Description
Read(Utf8JsonReader, Type, JsonSerializerOptions) Read(Utf8JsonReader, Type, JsonSerializerOptions)
Write(Utf8JsonWriter, DateTime, JsonSerializerOptions) Write(Utf8JsonWriter, DateTime, JsonSerializerOptions)

Documentation generated by MdDocs