You are here: Start » AVL.NET » AVL.SaveObject
Saves an object to the file with the given compression
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFile | string | Destination file path. | ||
![]() | inObject | T | Object to save. | ||
![]() | inCompressionLevel | int | Compression level from range <0, 10> |

