Edit

Share via


Codec_RedisRemindersException Class

Definition

public sealed class Codec_RedisRemindersException : Orleans.Serialization.Codecs.IFieldCodec<Orleans.Reminders.Redis.RedisRemindersException>, Orleans.Serialization.Serializers.IBaseCodec<Orleans.Reminders.Redis.RedisRemindersException>
type Codec_RedisRemindersException = class
    interface IFieldCodec<RedisRemindersException>
    interface IFieldCodec
    interface IBaseCodec<RedisRemindersException>
    interface IBaseCodec
Public NotInheritable Class Codec_RedisRemindersException
Implements IBaseCodec(Of RedisRemindersException), IFieldCodec(Of RedisRemindersException)
Inheritance
Codec_RedisRemindersException
Implements

Constructors

Codec_RedisRemindersException(IBaseCodec<Exception>)

Methods

Deserialize<TReaderInput>(Reader<TReaderInput>, RedisRemindersException)
ReadValue<TReaderInput>(Reader<TReaderInput>, Field)
Serialize<TBufferWriter>(Writer<TBufferWriter>, RedisRemindersException)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, RedisRemindersException)

Applies to