Skip to content

RepeatedFieldCodec<T>.RepeatedFieldCodec<T>(IFieldCodec<T>)

RepeatedFieldCodec<T>(IFieldCodec<T>)

View source
public RepeatedFieldCodec(IFieldCodec<T> fieldCodec)
Initializes a new instance of the Orleans.Serialization.RepeatedFieldCodec class.

Parameters

fieldCodecIFieldCodec<T>
The field codec.