Table of Contents

Constructor FixedCountBatchableSourceSerializer

Namespace
MongoDB.Driver.Core.Misc
Assembly
MongoDB.Driver.Core.dll

FixedCountBatchableSourceSerializer(IBsonSerializer<TItem>, IElementNameValidator, int)

Initializes a new instance of the FixedCountBatchableSourceSerializer<TItem> class.

public FixedCountBatchableSourceSerializer(IBsonSerializer<TItem> itemSerializer, IElementNameValidator itemElementNameValidator, int count)

Parameters

itemSerializer IBsonSerializer<TItem>

The item serializer.

itemElementNameValidator IElementNameValidator

The item element name validator.

count int

The count.