ATMLModelLibrary.model.equipment.NetworkNodePath.Deserialize C# (CSharp) Method

Deserialize() public static method

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

Same methods

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