25 #ifndef _SERIALIZER_PROTXML_HPP_ 26 #define _SERIALIZER_PROTXML_HPP_ 47 Config(
bool readSpectrumQueries =
true) : readSpectrumQueries(readSpectrumQueries) {}
53 void write(std::ostream& os,
const IdentData& mzid,
const std::string& filepath,
57 void read(boost::shared_ptr<std::istream> is,
IdentData& mzid,
58 std::vector<std::string> *sourceFilesPtr,
70 #endif // _SERIALIZER_PROTXML_HPP_
PWIZ_API_DECL void write(minimxml::XMLWriter &writer, const CV &cv)
Implementation of the MzIdentMLType from the mzIdentML schema.
PWIZ_API_DECL void read(std::istream &is, CV &cv)
MZIDData <-> pepXML stream serialization.
handles registration of IterationListeners and broadcast of update messages
Serializer_protXML configuration.
Config(bool readSpectrumQueries=true)
Serializer_protXML(const Config &config=Config())