You are here: Start » AVL.NET » Serializer.Save Method
Serializer.Save Method
Saves an object to the AVData binary file with default compression.
| Namespace: | AvlNet.Serialization |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public static void Save<T> ( string filePath, T value )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| filePath | string | ||||
| value | T |
