Consolidate variable for binary files Not intended for library use. Serialize using the Serialize(ArchivePath, IsLoading) function from the BoonNano object
- Parameters
-
| VarPath | Path to the variable file that is being written/read that was generated by the initial Serialize function |
| ThisVarName | Variable name that is being serialized |
| Archive | struct that is generated in the initial Serialize call that is passed down into the function |
| IsLoading | True 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)