ATMLModelLibrary.model.common.PhysicalInterface.Deserialize C# (CSharp) Méthode

Deserialize() public static méthode

public static Deserialize ( System s ) : PhysicalInterface
s System
Résultat PhysicalInterface
        public static PhysicalInterface Deserialize(System.IO.Stream s)
        {
            return ((PhysicalInterface)(Serializer.Deserialize(s)));
        }
        #endregion

Same methods

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