ADBaseLibrary.Settings.Deserialize C# (CSharp) Method

Deserialize() public method

public Deserialize ( string str ) : void
str string
return void
        public void Deserialize(string str)
        {
            JsonConvert.PopulateObject(str, this);
        }