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

Deserialize() public static method

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

Same methods

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