UniqueKeyJsonConverter
class
Namespace: Orleans.Runtime
Functionality for converting
UniqueKey instances to and from their JSON representation. public sealed class UniqueKeyJsonConverter : JsonConverter<UniqueKey>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, UniqueKey, JsonSerializerOptions)Writes a specified value as JSON.WriteAsPropertyName(Utf8JsonWriter, UniqueKey, JsonSerializerOptions)Writes a dictionary key as a JSON property name.
