Package | Description |
---|---|
org.bson.json |
JSON serialization and deserialization.
|
Modifier and Type | Class and Description |
---|---|
class |
StrictCharacterStreamJsonWriter
A class that writes JSON texts as a character stream via a provided
Writer . |
Modifier and Type | Method and Description |
---|---|
void |
Converter.convert(T value,
StrictJsonWriter writer)
Convert the given value to JSON using the JSON writer.
|
Copyright © 2017. All Rights Reserved.