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

Deserialize() 공개 정적인 메소드

public static Deserialize ( System s ) : IdentificationNumber
s System
리턴 IdentificationNumber
        public static IdentificationNumber Deserialize(System.IO.Stream s)
        {
            return ((IdentificationNumber)(Serializer.Deserialize(s)));
        }
        #endregion

Same methods

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