ATMLModelLibrary.model.equipment.MatrixSwitch.Deserialize C# (CSharp) 메소드

Deserialize() 공개 정적인 메소드

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

Same methods

MatrixSwitch::Deserialize ( string input ) : MatrixSwitch
MatrixSwitch::Deserialize ( string input, MatrixSwitch &obj ) : bool
MatrixSwitch::Deserialize ( string input, MatrixSwitch &obj, Exception &exception ) : bool