Method | Description | |
---|---|---|
Deserialize ( string path ) : |
Deserializes a Language.
|
|
Serialize ( string path, |
Serializes the given Language.
|
public static Deserialize ( string path ) : |
||
path | string | The Path. |
return |
public static Serialize ( string path, |
||
path | string | The Filepath. |
language | The Language. | |
return | void |