Click or drag to resize
ReplyMessageJsonEncoderTDocument Constructor

Namespace: MongoDB.Driver.Core.WireProtocol.Messages.Encoders.JsonEncoders
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public ReplyMessageJsonEncoder(
	TextReader textReader,
	TextWriter textWriter,
	MessageEncoderSettings encoderSettings,
	IBsonSerializer<TDocument> serializer
)

Parameters

textReader
Type: System.IOTextReader
The text reader.
textWriter
Type: System.IOTextWriter
The text writer.
encoderSettings
Type: MongoDB.Driver.Core.WireProtocol.Messages.EncodersMessageEncoderSettings
The encoder settings.
serializer
Type: MongoDB.Bson.SerializationIBsonSerializerTDocument
The serializer.
See Also