DefaultDBEncoder
, LazyDBEncoder
public interface DBEncoder
Modifier and Type | Method | Description |
---|---|---|
int |
writeObjectβ(OutputBuffer outputBuffer,
BSONObject document) |
Encode the BSONObject.
|
int writeObjectβ(OutputBuffer outputBuffer, BSONObject document)
outputBuffer
- the OutputBuffer to write todocument
- the BSONObject to write