Treelite
|
Reference serializer implementation, which serializes to JSON. This is useful for testing correctness of the binary serializer. More...
#include <treelite/tree.h>
#include <treelite/logging.h>
#include <rapidjson/ostreamwrapper.h>
#include <rapidjson/writer.h>
#include <rapidjson/prettywriter.h>
#include <ostream>
#include <type_traits>
#include <cstdint>
#include <cstddef>
Go to the source code of this file.
Reference serializer implementation, which serializes to JSON. This is useful for testing correctness of the binary serializer.
Copyright (c) 2020-2021 by Contributors
Definition in file json_serializer.cc.