Class FixedCountBatchableSourceSerializer<TItem>
A serializer for BatchableSource that serializes a fixed count of items.
public class FixedCountBatchableSourceSerializer<TItem> : SerializerBase<BatchableSource<TItem>>, IBsonSerializer<BatchableSource<TItem>>, IBsonSerializer
  Type Parameters
TItemThe 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.
Methods
- Equals(object)
 Determines whether the specified object is equal to the current object.
- GetHashCode()
 Serves as the default hash function.