SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
seqan3::CerealInputArchive Interface Reference

All input archives of the Cereal library satisfy this. More...

#include <seqan3/core/concept/cereal.hpp>

+ Inheritance diagram for seqan3::CerealInputArchive:

Detailed Description

All input archives of the Cereal library satisfy this.

This includes cereal::BinaryInputArchive, cereal::PortableBinaryInputArchive, cereal::JSONInputArchive, and cereal::XMLInputArchive.

Attention
The cereal library is an optional dependency of SeqAn, if it is not found no types satisfy this concept.

The documentation for this interface was generated from the following file: