ATMLModelLibrary.model.common.longArrayElement.Deserialize C# (CSharp) 메소드

Deserialize() 공개 정적인 메소드

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

Same methods

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