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

Deserialize() public static method

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

Same methods

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