Table of Contents

Property ItemSerializer

Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll

ItemSerializer

Gets the item serializer.

public IBsonSerializer<TItem> ItemSerializer { get; }

Property Value

IBsonSerializer<TItem>

The item serializer.