GuidIdConverter
class
Namespace: Orleans.Runtime
Functionality for converting
GuidId instances to and from their JSON representation. public sealed class GuidIdConverter : JsonConverter<GuidId>Constructors
Methods
Read(Utf8JsonReader, Type, JsonSerializerOptions)Reads and converts the JSON to typeT.ReadAsPropertyName(Utf8JsonReader, Type, JsonSerializerOptions)Reads a dictionary key from a JSON property name.Write(Utf8JsonWriter, GuidId, JsonSerializerOptions)Writes a specified value as JSON.WriteAsPropertyName(Utf8JsonWriter, GuidId, JsonSerializerOptions)Writes a dictionary key as a JSON property name.
