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

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

Public Methods

Method Description
Deserialize ( string contents, AzureSMProfile profile ) : bool
Serialize ( AzureSMProfile profile ) : 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 profile ) : string
profile AzureSMProfile
return string