static readonly JsonSerializerOptions s_defaultOptions
static void Serialize(Stream utf8Json, object? value, Type inputType, JsonSerializerOptions? options=null)
readonly JsonTypeInfo< TValue > _jsonTypeInfo
JsonValueTrimmable(TValue value, JsonConverter< TValue > converter, JsonNodeOptions? options=null)
readonly JsonConverter< TValue > _converter
JsonValueTrimmable(TValue value, JsonTypeInfo< TValue > jsonTypeInfo, JsonNodeOptions? options=null)
override void WriteTo(Utf8JsonWriter writer, JsonSerializerOptions options=null)
bool IsInternalConverterForNumberType
virtual void WriteNumberWithCustomHandling(Utf8JsonWriter writer, T value, JsonNumberHandling handling)
void Write(Utf8JsonWriter writer, T value, JsonSerializerOptions options)