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