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

Deserialize() public static method

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

Same methods

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