C# Class Sharpex2D.Localization.LanguageSerializer

显示文件 Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
Deserialize ( string path ) : Language

Deserializes a Language.

Serialize ( string path, Language language ) : void

Serializes the given Language.

Method Details

Deserialize() public static method

Deserializes a Language.
public static Deserialize ( string path ) : Language
path string The Path.
return Language

Serialize() public static method

Serializes the given Language.
public static Serialize ( string path, Language language ) : void
path string The Filepath.
language Language The Language.
return void