C# Class VSTalk.Engine.Settings.FileAccountSerializer

Inheritance: IAccountSerializer, IAccountDeserializer
Mostra file Open project: Irdis/VSTalk Class Usage Examples

Public Methods

Method Description
Deserialize ( ) : Account
Serialize ( Account account ) : void

Private Methods

Method Description
DeserializeFile ( ) : Account
SerializeToFile ( Account account ) : void

Method Details

Deserialize() public method

public Deserialize ( ) : Account
return VSTalk.Model.Account

Serialize() public method

public Serialize ( Account account ) : void
account VSTalk.Model.Account
return void