FixedCountBatchableSourceSerializer(TItem) Class (original) (raw)
FixedCountBatchableSourceSerializerTItem Class
A serializer for BatchableSource that serializes a fixed count of items.
Inheritance Hierarchy
Namespace: MongoDB.Driver.Core.Misc
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class FixedCountBatchableSourceSerializer : SerializerBase<BatchableSource>
Public Class FixedCountBatchableSourceSerializer(Of TItem) Inherits SerializerBase(Of BatchableSource(Of TItem))
type FixedCountBatchableSourceSerializer<'TItem> =
class
inherit SerializerBase<BatchableSource<'TItem>>
end
Type Parameters
TItem
The type of the items.
The FixedCountBatchableSourceSerializerTItem type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also