WCF-Xtensions Class Reference for Mono
BsonWriter Class
Members 






Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
Object Model
BsonWriter Class
Syntax
'Declaration
 
Public Class BsonWriter 
   Inherits Noemax.Newtonsoft.Json.JsonWriter
'Usage
 
Dim instance As BsonWriter
public class BsonWriter : Noemax.Newtonsoft.Json.JsonWriter 
public class BsonWriter = class(Noemax.Newtonsoft.Json.JsonWriter)
public class BsonWriter extends Noemax.Newtonsoft.Json.JsonWriter
public __gc class BsonWriter : public Noemax.Newtonsoft.Json.JsonWriter 
public ref class BsonWriter : public Noemax.Newtonsoft.Json.JsonWriter 
Inheritance Hierarchy

System.Object
   Noemax.Newtonsoft.Json.JsonWriter
      Noemax.Newtonsoft.Json.Bson.BsonWriter

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BsonWriter Members
Noemax.Newtonsoft.Json.Bson Namespace

Send Feedback