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