SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cereal_output_archive Interface Reference

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

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

+ Inheritance diagram for cereal_output_archive:

Detailed Descriptionno-api

All output archives of the Cereal library satisfy this.

This includes cereal::BinaryOutputArchive, cereal::PortableBinaryOutputArchive, cereal::JSONOutputArchive, and cereal::XMLOutputArchive.

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

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