QueueSerializer(TItem) Class (original) (raw)

QueueSerializerTItem Class

Represents a serializer for Queues.

Inheritance Hierarchy

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public class QueueSerializer : EnumerableSerializerBase<Queue, TItem>, IChildSerializerConfigurable, IBsonArraySerializer, IBsonSerializer

Public Class QueueSerializer(Of TItem) Inherits EnumerableSerializerBase(Of Queue(Of TItem), TItem) Implements IChildSerializerConfigurable, IBsonArraySerializer, IBsonSerializer

type QueueSerializer<'TItem> =
class inherit EnumerableSerializerBase<Queue<'TItem>, 'TItem> interface IChildSerializerConfigurable interface IBsonArraySerializer interface IBsonSerializer end

Type Parameters

TItem

The type of the elements.

The QueueSerializerTItem type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference