C# Class Resonance.Transcoding.Bson.BsonEncoder

Inheritance: ResonanceEncoder
Afficher le fichier Open project: royben/Resonance

Méthodes publiques

Méthode Description
BsonEncoder ( ) : Newtonsoft.Json

Initializes a new instance of the BsonEncoder class.

Méthodes protégées

Méthode Description
Encode ( BinaryWriter writer, object message ) : void

Encodes the specified message using the specified writer.

Method Details

BsonEncoder() public méthode

Initializes a new instance of the BsonEncoder class.
public BsonEncoder ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json

Encode() protected méthode

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