You are here: Start » AVL.NET » Serializer.Save Method
Serializer.Save Method
Saves an object to the AVData binary file with user defined data compression.
| Namespace: | AvlNet.Serialization |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public static void Save<T> ( string filePath, T value, uint compressionLevel )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| filePath | string | ||||
| value | T | ||||
| compressionLevel | uint | Defines the output data compression level. Allowed values are from range [0, 10], where 0 means no compression, 10 - the highest possible compression. |
Possible Error
Error message: ''
