Method Write
Write(Utf8JsonWriter, List<T>, JsonSerializerOptions)
Writes the target type data to a writer.
Declaration
public override void Write (System.Text.Json.Utf8JsonWriter writer, System.Collections.Generic.List<T> value, System.Text.Json.JsonSerializerOptions options);
Parameters
Type | Name | Description |
---|---|---|
System.Text.Json.Utf8JsonWriter | writer | JSON writer. |
System.Collections.Generic.List<T> | value | Instance of System.Collections.Generic.List that needs to be written. |
System.Text.Json.JsonSerializerOptions | options | Additional writing options. |