Skip to content

ServiceNow.Core

SNow.Core.Utils.JsonConverterOptions.GuidOption

JsonConverterOptions.GuidOption.Write(Utf8JsonWriter, Guid, JsonSerializerOptions) Method

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

Parameters

writer System.Text.Json.Utf8JsonWriter

value System.Guid

options System.Text.Json.JsonSerializerOptions

Released under the MIT License.