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

Deserialize() 공개 정적인 메소드

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

Same methods

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