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

Deserialize() public static method

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

Same methods

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