Package | Description |
---|---|
org.bson.json |
JSON serialization and deserialization.
|
Modifier and Type | Field and Description |
---|---|
private StrictCharacterStreamJsonWriterSettings |
StrictCharacterStreamJsonWriter.settings |
Modifier and Type | Method and Description |
---|---|
StrictCharacterStreamJsonWriterSettings |
StrictCharacterStreamJsonWriterSettings.Builder.build()
Build a JsonWriterSettings instance.
|
Constructor and Description |
---|
StrictCharacterStreamJsonWriter(java.io.Writer writer,
StrictCharacterStreamJsonWriterSettings settings)
Construct an instance.
|