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

Deserialize() public static method

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

Same methods

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