ATMLModelLibrary.model.common.PhysicalInterfacePortsPort.Deserialize C# (CSharp) Method

Deserialize() public static method

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

Same methods

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