Skip to content

ServiceNow.Core

SNow.Core.Utils.JsonConverterOptions.CustomEnumConverter<T>

JsonConverterOptions.CustomEnumConverter<T>.Write(Utf8JsonWriter, T, JsonSerializerOptions) Method

csharp
public override void Write(System.Text.Json.Utf8JsonWriter writer, T value, System.Text.Json.JsonSerializerOptions options);

Parameters

writer System.Text.Json.Utf8JsonWriter

value T

options System.Text.Json.JsonSerializerOptions

Released under the MIT License.