Package | Description |
---|---|
org.bson |
Contains the base BSON classes.
|
org.bson.codecs |
This package contains all the default BSON codecs.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicBSONEncoder.putBinary(String name,
Binary binary)
Encodes a Binary field
|
Modifier and Type | Method and Description |
---|---|
Binary |
BinaryCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
Modifier and Type | Method and Description |
---|---|
Class<Binary> |
BinaryCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
BinaryCodec.encode(BsonWriter writer,
Binary value,
EncoderContext encoderContext) |
Copyright © 2017. All Rights Reserved.