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

Deserialize() 공개 정적인 메소드

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

Same methods

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