ActivationIdConverter 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將實例轉換為 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 標記法的功能。 |