Table of Contents

Interface IMessageEncoderSelector

Namespace
MongoDB.Driver.Core.WireProtocol.Messages.Encoders
Assembly
MongoDB.Driver.Core.dll

Represents a message encoder selector that gets the appropriate encoder from an encoder factory.

[Obsolete("This interface will be made internal in a later release.")]
public interface IMessageEncoderSelector

Methods

GetEncoder(IMessageEncoderFactory)

Get the appropriate encoder from an encoder factory.