Class FixedCountBatchableSourceSerializer<TItem>
A serializer for BatchableSource that serializes a fixed count of items.
public class FixedCountBatchableSourceSerializer<TItem> : SerializerBase<BatchableSource<TItem>>, IBsonSerializer<BatchableSource<TItem>>, IBsonSerializerType Parameters
- TItem
- The type of the items. 
- Inheritance
- 
      
      SerializerBase<BatchableSource<TItem>>FixedCountBatchableSourceSerializer<TItem>
- Implements
- 
      IBsonSerializer<BatchableSource<TItem>>
- Inherited Members
Constructors
- FixedCountBatchableSourceSerializer(IBsonSerializer<TItem>, IElementNameValidator, int)
- Initializes a new instance of the FixedCountBatchableSourceSerializer<TItem> class.