QueueCodec<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializer for Queue<T>.
[Orleans.RegisterSerializer]
public sealed class QueueCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.Queue<T>>
[<Orleans.RegisterSerializer>]
type QueueCodec<'T> = class
interface IFieldCodec<Queue<'T>>
interface IFieldCodec
Public NotInheritable Class QueueCodec(Of T)
Implements IFieldCodec(Of Queue(Of T))
Type Parameters
- T
The element type.
- Inheritance
-
QueueCodec<T>
- Attributes
- Implements
Constructors
QueueCodec<T>(IFieldCodec<T>) |
Initializes a new instance of the QueueCodec<T> class. |
Methods
ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Queue<T>) |
Writes a field. |