ImmutableQueueCodec<T>
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.Collections.Immutable.ImmutableQueue. public sealed class ImmutableQueueCodec<T> : GeneralizedReferenceTypeSurrogateCodec<ImmutableQueue<T>, ImmutableQueueSurrogate<T>>Constructors
ImmutableQueueCodec<T>(IValueSerializer<ImmutableQueueSurrogate<T>>)Initializes a new instance of theOrleans.Serialization.Codecs.ImmutableQueueCodecclass.
Methods
ConvertFromSurrogate(ImmutableQueueSurrogate<T>)Converts a value from the surrogate type to the field type.ConvertToSurrogate(ImmutableQueue<T>, ImmutableQueueSurrogate<T>)Converts a value to the surrogate type.
