JsonValueStream
Description
- Derived from
-
JsonStream abstract
A IJsonStream implementation that directly operates on JsonValue. objects.
Public / Constructors
JsonValueStream
2 overloads
Creates a new instance of JsonValueStream for writing.
The JSON stream will operate on the given value opt object.
Creates a new instance of JsonValueStream for reading.
The JSON stream will operate on the given value in object.
Public / Methods
Flip
Finishes writing to this stream and flips it to read mode.
- IOException
-
If an I/O error has occurred.