GrainIdJsonConverter.Write 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
參數
- writer
- Utf8JsonWriter
- value
- GrainId
- options
- JsonSerializerOptions