|
xgboost
|
Writer for UBJSON https://ubjson.org/. More...
#include <json_io.h>


Public Member Functions | |
| void | Save (Json json) override |
| JsonWriter (std::vector< char > *stream) | |
Public Member Functions inherited from xgboost::JsonWriter | |
| JsonWriter (std::vector< char > *stream) | |
| virtual | ~JsonWriter ()=default |
Additional Inherited Members | |
Protected Attributes inherited from xgboost::JsonWriter | |
| std::vector< char > * | stream_ |
Writer for UBJSON https://ubjson.org/.
|
inlineexplicit |
|
overridevirtual |
Reimplemented from xgboost::JsonWriter.