MzIdentML.ProteinDetectionListType.Deserialize C# (CSharp) Method

Deserialize() public static method

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

Same methods

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