C# Class Microsoft.Azure.Commands.Common.Authentication.Models.XmlProfileSerializer

Inheritance: IProfileSerializer
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
Deserialize ( string contents, AzureSMProfile profile ) : bool
Serialize ( AzureSMProfile obj ) : string

Method Details

Deserialize() public method

public Deserialize ( string contents, AzureSMProfile profile ) : bool
contents string
profile AzureSMProfile
return bool

Serialize() public method

public Serialize ( AzureSMProfile obj ) : string
obj AzureSMProfile
return string