Serialize() 공개 메소드

public Serialize ( AzureSMProfile profile ) : string
profile AzureSMProfile
리턴 string
예제 #1
0
 public override string ToString()
 {
     JsonProfileSerializer jsonSerializer = new JsonProfileSerializer();
     return jsonSerializer.Serialize(this);
 }
예제 #2
0
        public override string ToString()
        {
            JsonProfileSerializer jsonSerializer = new JsonProfileSerializer();

            return(jsonSerializer.Serialize(this));
        }