ATMLModelLibrary.model.equipment.NetworkNodePath.Deserialize C# (CSharp) Метод

Deserialize() публичный статический Метод

public static Deserialize ( Stream s ) : NetworkNodePath
s Stream
Результат 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