ATMLModelLibrary.model.common.Interface.Deserialize C# (CSharp) Method

Deserialize() public static method

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

Same methods

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