Reads ExtensionTextureWebp instances from JSON.
ExtensionTextureWebpReader()
Constructs a new instance.
CesiumJsonReader::ReadJsonResult< CesiumGltf::ExtensionTextureWebp > readFromJson(const rapidjson::Value &value) const
Reads an instance of ExtensionTextureWebp from a rapidJson::Value.
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< std::vector< CesiumGltf::ExtensionTextureWebp > > readArrayFromJson(const rapidjson::Value &value) const
Reads an array of instances of ExtensionTextureWebp from a rapidJson::Value.
CesiumJsonReader::ReadJsonResult< CesiumGltf::ExtensionTextureWebp > readFromJson(const std::span< const std::byte > &data) const
Reads an instance of ExtensionTextureWebp from a byte buffer.