trait SequentialOutput extends Any
Base trait for outputs which allow writing of multiple values in sequence, i.e. ListOutput and ObjectOutput.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SequentialOutput
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
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.