Redigera

Dela via


MemoryCodec<T>(IFieldCodec<T>) Constructor

Definition

Initializes a new instance of the MemoryCodec<T> class.

public MemoryCodec (Orleans.Serialization.Codecs.IFieldCodec<T> fieldCodec);
new Orleans.Serialization.Codecs.MemoryCodec<'T> : Orleans.Serialization.Codecs.IFieldCodec<'T> -> Orleans.Serialization.Codecs.MemoryCodec<'T>
Public Sub New (fieldCodec As IFieldCodec(Of T))

Parameters

fieldCodec
IFieldCodec<T>

The field codec.

Applies to