GrainIdJsonConverter.Write Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- writer
- Utf8JsonWriter
- value
- GrainId
- options
- JsonSerializerOptions