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

Deserialize() 공개 정적인 메소드

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

Same methods

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