ATMLModelLibrary.model.test.TestResultsTestProgram.Deserialize C# (CSharp) Method

Deserialize() public static method

public static Deserialize ( string input, TestResultsTestProgram &obj ) : bool
input string
obj TestResultsTestProgram
return bool
        public static bool Deserialize(string input, out TestResultsTestProgram obj)
        {
            System.Exception exception;
            return Deserialize(input, out obj, out exception);
        }

Same methods

TestResultsTestProgram::Deserialize ( System s ) : TestResultsTestProgram
TestResultsTestProgram::Deserialize ( string input ) : TestResultsTestProgram
TestResultsTestProgram::Deserialize ( string input, TestResultsTestProgram &obj, System &exception ) : bool