Reads Content instances from JSON.
ContentReader()
Constructs a new instance.
CesiumJsonReader::JsonReaderOptions & getOptions()
Gets the options controlling how the JSON is read.
const CesiumJsonReader::JsonReaderOptions & getOptions() const
Gets the options controlling how the JSON is read.
CesiumJsonReader::ReadJsonResult< Cesium3DTiles::Content > readFromJson(const rapidjson::Value &value) const
Reads an instance of Content from a rapidJson::Value.
CesiumJsonReader::ReadJsonResult< Cesium3DTiles::Content > readFromJson(const std::span< const std::byte > &data) const
Reads an instance of Content from a byte buffer.
CesiumJsonReader::ReadJsonResult< std::vector< Cesium3DTiles::Content > > readArrayFromJson(const rapidjson::Value &value) const
Reads an array of instances of Content from a rapidJson::Value.