CSMSL.IO.MzML.ScanListType.Deserialize C# (CSharp) Method

Deserialize() public static method

public static Deserialize ( string xml, ScanListType &obj ) : bool
xml string
obj ScanListType
return bool
        public static bool Deserialize(string xml, out ScanListType obj)
        {
            System.Exception exception = null;
            return Deserialize(xml, out obj, out exception);
        }

Same methods

ScanListType::Deserialize ( string xml ) : ScanListType
ScanListType::Deserialize ( string xml, ScanListType &obj, System &exception ) : bool