final class BsonValueObjectOutput extends ObjectOutput
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BsonValueObjectOutput
- ObjectOutput
- SequentialOutput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
finish(): Unit
Indicates that all elements or fields in this SequentialOutput have been written.
Indicates that all elements or fields in this SequentialOutput have been written. This method MUST always be called after list/object writing has been finished.
- Definition Classes
- BsonValueObjectOutput → SequentialOutput
-
def
writeField(key: String): BsonOutput
Returns an Output representing value mapped to given string key.
Returns an Output representing value mapped to given string key. This Output instance must be fully used before calling writeField next time. That means, one can NOT simultaneously use multiple instances of Output returned by subsequent calls to this method.
- Definition Classes
- BsonValueObjectOutput → ObjectOutput