C# Class WpfMpdClient.ScrobblerCache

显示文件 Open project: sakya/wpfmpdclient Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( string fileName ) : ScrobblerCache
GetCacheFileName ( ) : string
Serialize ( string fileName ) : bool

Method Details

Deserialize() public static method

public static Deserialize ( string fileName ) : ScrobblerCache
fileName string
return ScrobblerCache

GetCacheFileName() public static method

public static GetCacheFileName ( ) : string
return string

Serialize() public method

public Serialize ( string fileName ) : bool
fileName string
return bool