You are here: Start » AVL.NET » Serializer.Load Method
Serializer.Load Method
Loads an object from the AVData binary file.
| Namespace: | AvlNet.Serialization |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public static void Load<T> ( string filePath, out T? value )
You are here: Start » AVL.NET » Serializer.Load Method
Loads an object from the AVData binary file.
| Namespace: | AvlNet.Serialization |
|---|---|
| Assembly: | AVL.NET.TS.dll |
public static void Load<T> ( string filePath, out T? value )