C# Class Resonance.Transcoding.Bson.BsonEncoder

Inheritance: ResonanceEncoder
Mostrar archivo Open project: royben/Resonance

Public Methods

Method Description
BsonEncoder ( ) : Newtonsoft.Json

Initializes a new instance of the BsonEncoder class.

Protected Methods

Method Description
Encode ( BinaryWriter writer, object message ) : void

Encodes the specified message using the specified writer.

Method Details

BsonEncoder() public method

Initializes a new instance of the BsonEncoder class.
public BsonEncoder ( ) : Newtonsoft.Json
return Newtonsoft.Json

Encode() protected method

Encodes the specified message using the specified writer.
protected Encode ( BinaryWriter writer, object message ) : void
writer BinaryWriter The binary writer.
message object The message.
return void