Utf8JsonWriterExtensions Class
Extensions of Utf8JsonWriter
Namespace
Songhay.Extensions
Base Types
  • object
graph BT Type-->Base0["object"] Type["Utf8JsonWriterExtensions"] class Type type-node

Syntax

public static class Utf8JsonWriterExtensions

Methods

Name Return Value Summary
WriteObject(Utf8JsonWriter?, Action?) Utf8JsonWriter?
Wrap Utf8JsonWriter statements inside Utf8JsonWriter.WriteStartObject() and Utf8JsonWriter.WriteEndObject.
static
WriteObject(Utf8JsonWriter?, string, Action?) Utf8JsonWriter?
Wrap Utf8JsonWriter statements inside Utf8JsonWriter.WritePropertyName(string) Utf8JsonWriter.WriteStartObject() and Utf8JsonWriter.WriteEndObject.
static