3#include "pixelbullet/serialization/serialization_result.h"
12namespace pixelbullet::serialization
14[[nodiscard]] SerializationResult read_node_file(Node& node,
const std::filesystem::path& path);
15[[nodiscard]] SerializationResult write_node_file(
const Node& node,
const std::filesystem::path& path);
Represents a hierarchical node capable of storing various data types and supporting YAML serializatio...
Definition node.h:49