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

Inheritance: IProfileSerializer
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( string contents, AzureSMProfile profile ) : bool
Serialize ( AzureSMProfile profile ) : string

Method Details

Deserialize() public méthode

public Deserialize ( string contents, AzureSMProfile profile ) : bool
contents string
profile AzureSMProfile
Résultat bool

Serialize() public méthode

public Serialize ( AzureSMProfile profile ) : string
profile AzureSMProfile
Résultat string