NullableConverter<T> class NullableConverter<T> : JsonConverter<T?> where T : struct Documentation Code public NullableConverter(JsonConverter<T> converter)