Skip to content

ImmutableQueueCodec<T>

class

Namespace: Orleans.Serialization.Codecs

Serializer for System.Collections.Immutable.ImmutableQueue.
public sealed class ImmutableQueueCodec<T> : GeneralizedReferenceTypeSurrogateCodec<ImmutableQueue<T>, ImmutableQueueSurrogate<T>>

Constructors

Methods