Upravit

Sdílet prostřednictvím


Codec_RedisStorageException Class

Definition

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

Constructors

Codec_RedisStorageException(IBaseCodec<Exception>)

Methods

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

Applies to