Method DeserializeFromPath
DeserializeFromPath(TContainer, string)
Deserialize from a file into the container.
Declaration
public static bool DeserializeFromPath(TContainer container, string path)
Parameters
| Type | Name | Description |
|---|---|---|
| TContainer | container | The container to deserialize into. |
| string | path | The file path to deserialize from. |
Returns
| Type | Description |
|---|---|
| bool |