MzIdentML.ParamListType.Deserialize C# (CSharp) Method

Deserialize() public static method

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

Same methods

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