24#ifndef _SERIALIZER_MZID_HPP_
25#define _SERIALIZER_MZID_HPP_
46 Config() : readSequenceCollection(true), readAnalysisData(true) {}
MZIDData <-> mzIdentML stream serialization.
Serializer_mzIdentML(Serializer_mzIdentML &)
void write(std::ostream &os, const IdentData &mzid, const pwiz::util::IterationListenerRegistry *=0) const
write MZIDData object to ostream as mzIdentML
Serializer_mzIdentML & operator=(Serializer_mzIdentML &)
void read(boost::shared_ptr< std::istream > is, IdentData &mzid, const pwiz::util::IterationListenerRegistry *=0) const
read in MZIDData object from a mzIdentML istream
Serializer_mzIdentML(const Config &config=Config())
handles registration of IterationListeners and broadcast of update messages
Implementation of the MzIdentMLType from the mzIdentML schema.
Serializer_mzIdentML configuration.
bool readSequenceCollection