Domain Detective

API Reference

Class

CountryIdConverter

Namespace DomainDetective

Converts CountryId values to and from JSON using extension helpers.

Inheritance

  • Object
  • CountryIdConverter

Methods

Read(System.Text.Json.Utf8JsonReader@ reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) #

Parameters

reader System.Text.Json.Utf8JsonReader@ required
typeToConvert System.Type required
options System.Text.Json.JsonSerializerOptions required
Write(System.Text.Json.Utf8JsonWriter writer, DomainDetective.CountryId value, System.Text.Json.JsonSerializerOptions options) #

Parameters

writer System.Text.Json.Utf8JsonWriter required
value DomainDetective.CountryId required
options System.Text.Json.JsonSerializerOptions required
{{ include "footer" }}