C# 클래스 Resonance.Transcoding.Bson.BsonEncoder

상속: ResonanceEncoder
파일 보기 프로젝트 열기: royben/Resonance

공개 메소드들

메소드 설명
BsonEncoder ( ) : Newtonsoft.Json

Initializes a new instance of the BsonEncoder class.

보호된 메소드들

메소드 설명
Encode ( BinaryWriter writer, object message ) : void

Encodes the specified message using the specified writer.

메소드 상세

BsonEncoder() 공개 메소드

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

Encode() 보호된 메소드

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