EventSequenceTokenJsonConverter
class
Namespace: Orleans.Streaming.JsonConverters
A
System.Text.Json.Serialization.JsonConverter for EventSequenceToken and EventSequenceTokenV2 types. public sealed class EventSequenceTokenJsonConverter : JsonConverter<StreamSequenceToken>Constructors
Methods
CanConvert(Type)Determines whether the specified type can be converted.Read(Utf8JsonReader, Type, JsonSerializerOptions)Reads and converts the JSON to typeT.Write(Utf8JsonWriter, StreamSequenceToken, JsonSerializerOptions)Writes a specified value as JSON.
