Package | Description |
---|---|
org.bson.json |
JSON serialization and deserialization.
|
Modifier and Type | Method and Description |
---|---|
protected JsonWriter.Context |
JsonWriter.getContext() |
JsonWriter.Context |
JsonWriter.Context.getParentContext() |
Constructor and Description |
---|
Context(JsonWriter.Context parentContext,
BsonContextType contextType,
java.lang.String indentChars)
Creates a new context.
|