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