ActivationIdConverter.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.ActivationId,System.Text.Json.JsonSerializerOptions)
public override void Write (System.Text.Json.Utf8JsonWriter writer, Orleans.Runtime.ActivationId value, System.Text.Json.JsonSerializerOptions options);
override this.Write : System.Text.Json.Utf8JsonWriter * Orleans.Runtime.ActivationId * System.Text.Json.JsonSerializerOptions -> unit
Public Overrides Sub Write (writer As Utf8JsonWriter, value As ActivationId, options As JsonSerializerOptions)
Parameters
- writer
- Utf8JsonWriter
- value
- ActivationId
- options
- JsonSerializerOptions