Partager via


GrainIdConverter Classe

Définition

Newtonsoft.Json.JsonConverter implémentation pour GrainId.

public class GrainIdConverter : Newtonsoft.Json.JsonConverter
type GrainIdConverter = class
    inherit JsonConverter
Public Class GrainIdConverter
Inherits JsonConverter
Héritage
Newtonsoft.Json.JsonConverter
GrainIdConverter

Constructeurs

GrainIdConverter()

Newtonsoft.Json.JsonConverter implémentation pour GrainId.

Méthodes

CanConvert(Type)

Newtonsoft.Json.JsonConverter implémentation pour GrainId.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Newtonsoft.Json.JsonConverter implémentation pour GrainId.

WriteJson(JsonWriter, Object, JsonSerializer)

Newtonsoft.Json.JsonConverter implémentation pour GrainId.

S’applique à

Voir aussi

  • <xref:Newtonsoft.Json.JsonConverter>