GrainIdJsonConverter.Write Method

Definition

System.Text.Json.Serialization.JsonConverter`1.Write(System.Text.Json.Utf8JsonWriter,Orleans.Runtime.GrainId,System.Text.Json.JsonSerializerOptions)
public override void Write (System.Text.Json.Utf8JsonWriter writer, Orleans.Runtime.GrainId value, System.Text.Json.JsonSerializerOptions options);
override this.Write : System.Text.Json.Utf8JsonWriter * Orleans.Runtime.GrainId * System.Text.Json.JsonSerializerOptions -> unit
Public Overrides Sub Write (writer As Utf8JsonWriter, value As GrainId, options As JsonSerializerOptions)

Parameters

value
GrainId

Applies to