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

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

public static Deserialize ( System s ) : Paths
s System
Результат Paths
        public static Paths Deserialize(System.IO.Stream s)
        {
            return ((Paths)(Serializer.Deserialize(s)));
        }
        #endregion

Same methods

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