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

Deserialize() public static method

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

Same methods

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