Table of Contents

Interface IDictionaryRepresentationConfigurable

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

Represents a serializer that has a DictionaryRepresentation property.

public interface IDictionaryRepresentationConfigurable
Extension Methods

Properties

DictionaryRepresentation

Gets the dictionary representation.

DictionaryRepresentation DictionaryRepresentation { get; }

Property Value

DictionaryRepresentation

The dictionary representation.

Methods

WithDictionaryRepresentation(DictionaryRepresentation)

Returns a serializer that has been reconfigured with the specified dictionary representation.

IBsonSerializer WithDictionaryRepresentation(DictionaryRepresentation dictionaryRepresentation)

Parameters

dictionaryRepresentation DictionaryRepresentation

The dictionary representation.

Returns

IBsonSerializer

The reconfigured serializer.