public interface DBEncoder
| Modifier and Type | Method and Description |
|---|---|
int |
writeObject(org.bson.io.OutputBuffer outputBuffer,
BSONObject document)
Encode the BSONObject.
|
int writeObject(org.bson.io.OutputBuffer outputBuffer,
BSONObject document)
outputBuffer - the OutputBuffer to write todocument - the BSONObject to writeCopyright © 2017. All rights reserved.