Creates a JsonWriter for this encoder.
Namespace:
MongoDB.Driver.Core.WireProtocol.Messages.Encoders.JsonEncoders
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic JsonWriter CreateJsonWriter()
Public Function CreateJsonWriter As JsonWriter
member CreateJsonWriter : unit -> JsonWriter
Return Value
Type:
JsonWriterA JsonWriter.
See Also