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

Deserialize() public static method

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

Same methods

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