boonnano 1
C++ library giving usage access to the Boon Logic Nano technology
 
Loading...
Searching...
No Matches

◆ Serialize()

bool CFeatureConfig::Serialize ( const char * VarPath,
const char * ThisVarName,
struct archive * Archive,
bool IsLoading )

Consolidate variable for binary files Not intended for library use. Serialize using the Serialize(ArchivePath, IsLoading) function from the BoonNano object

Parameters
VarPathPath to the variable file that is being written/read that was generated by the initial Serialize function
ThisVarNameVariable name that is being serialized
Archivestruct that is generated in the initial Serialize call that is passed down into the function
IsLoadingTrue if reading in a binary compilation of an object, false if writing out object to a file
Returns
True if success, false if fail (see GetErrorMessage for more details)