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