class ShellBinaryConverter extends java.lang.Object implements Converter<BsonBinary>
Constructor and Description |
---|
ShellBinaryConverter() |
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)
Converter
convert
in interface Converter<BsonBinary>
value
- the value, which may be null depending on the typewriter
- the JSON writer