Share via


ActivationIdConverter 類別

定義

將實例轉換為 ActivationId 其 JSON 標記法和從其 JSON 標記法的功能。

public sealed class ActivationIdConverter : System.Text.Json.Serialization.JsonConverter<Orleans.Runtime.ActivationId>
type ActivationIdConverter = class
    inherit JsonConverter<ActivationId>
Public NotInheritable Class ActivationIdConverter
Inherits JsonConverter(Of ActivationId)
繼承
ActivationIdConverter

建構函式

ActivationIdConverter()

將實例轉換為 ActivationId 其 JSON 標記法和從其 JSON 標記法的功能。

方法

Read(Utf8JsonReader, Type, JsonSerializerOptions)

將實例轉換為 ActivationId 其 JSON 標記法和從其 JSON 標記法的功能。

Write(Utf8JsonWriter, ActivationId, JsonSerializerOptions)

將實例轉換為 ActivationId 其 JSON 標記法和從其 JSON 標記法的功能。

適用於