Skip to content

ListCodec<T> Constructors

Serializer for System.Collections.Generic.List.

ListCodec<T>(IFieldCodec<T>)

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

Parameters

fieldCodecIFieldCodec<T>
The field codec.