Back to FabImage Library website
You are here: Start » Function Reference » Serialization » SaveObject

SaveObject
Header: | STD.h |
---|---|
Namespace: | fis |
Module: | FoundationLite |
Saves an FIL object to a file.
Syntax
void fis::SaveObject ( const T& inObject, const ftl::String& inTypeName, const ftl::String& inFile, fil::StreamMode::Type inStreamMode, bool inIgnoreErrors, int inCompressionLevel )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inObject | const T& | Object to save. | |
![]() |
inTypeName | const String& | Type of object to save. | |
![]() |
inFile | const String& | Destination file path. | |
![]() |
inStreamMode | StreamMode::Type | ||
![]() |
inIgnoreErrors | bool | ||
![]() |
inCompressionLevel | int |