| Package | Description |
|---|---|
| org.bson.codecs |
This package contains all the default BSON codecs.
|
| org.bson.json |
JSON serialization and deserialization.
|
| Modifier and Type | Method and Description |
|---|---|
MaxKey |
MaxKeyCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<MaxKey> |
MaxKeyCodec.getEncoderClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MaxKeyCodec.encode(BsonWriter writer,
MaxKey value,
EncoderContext encoderContext) |
| Modifier and Type | Method and Description |
|---|---|
private MaxKey |
JsonReader.visitMaxKeyExtendedJson() |