class LegacyExtendedJsonBinaryConverter extends java.lang.Object implements Converter<BsonBinary>
| Constructor and Description |
|---|
LegacyExtendedJsonBinaryConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(BsonBinary value,
StrictJsonWriter writer)
Convert the given value to JSON using the JSON writer.
|
public void convert(BsonBinary value, StrictJsonWriter writer)
Converterconvert in interface Converter<BsonBinary>value - the value, which may be null depending on the typewriter - the JSON writer