Package | Description |
---|---|
org.bson.codecs |
This package contains all the default BSON codecs.
|
Modifier and Type | Method and Description |
---|---|
BsonDocumentWrapper |
BsonDocumentWrapperCodec.decode(BsonReader reader,
DecoderContext decoderContext)
Decoding of
BsonDocumentWrapper instances is not supported, so this method will throw UnsupportedOperationException
in all cases. |
Modifier and Type | Method and Description |
---|---|
Class<BsonDocumentWrapper> |
BsonDocumentWrapperCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
BsonDocumentWrapperCodec.encode(BsonWriter writer,
BsonDocumentWrapper value,
EncoderContext encoderContext) |
Copyright © 2016. All Rights Reserved.