System.Text.Json.Serialization.Converters.UInt64Converter sealed class UInt64Converter : JsonPrimitiveConverter<ulong> Documentation Code namespace System.Text.Json.Serialization.Converters { internal sealed class UInt64Converter : JsonPrimitiveConverter<ulong> { public UInt64Converter(); } }