xgboost
Public Member Functions | List of all members
xgboost::UBJWriter Class Reference

Writer for UBJSON https://ubjson.org/. More...

#include <json_io.h>

Inheritance diagram for xgboost::UBJWriter:
Inheritance graph
Collaboration diagram for xgboost::UBJWriter:
Collaboration graph

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_
 

Detailed Description

Writer for UBJSON https://ubjson.org/.

Member Function Documentation

◆ JsonWriter()

xgboost::JsonWriter::JsonWriter
inlineexplicit

◆ Save()

void xgboost::UBJWriter::Save ( Json  json)
overridevirtual

Reimplemented from xgboost::JsonWriter.


The documentation for this class was generated from the following file: