Unserialize

Function Usage

Loads the flushing data file saved in the Serialize to the memory. You need to specify the file name and path.

Prototype

1
APP_ERROR Image::Unserialize(const std::string& filePath);

Description

Parameter

Input/Output

Description

filePath

Input

Path for storing data files that are flushed to drives. The input file size range is (0, 4 GB].

Response Parameters

Data Structure

Description

APP_ERROR

For details about the returned error codes, see APP_ERROR Description.