Skip to content

QueueCodec<T> Constructors

Serializer for System.Collections.Generic.Queue.

QueueCodec<T>(IFieldCodec<T>)

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

Parameters

fieldCodecIFieldCodec<T>
The field codec.