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

SaveObject
Header: | STD.h |
---|---|
Namespace: | avs |
Module: | FoundationLite |
Saves an AVL object to a file.
Syntax
void avs::SaveObject ( const T& inObject, const atl::String& inTypeName, const atl::String& inFile, avl::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 |