ATMLModelLibrary.model.equipment.DetectionType.Deserialize C# (CSharp) Méthode

Deserialize() public static méthode

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

Same methods

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