Gromacs
2022.2
|
#include <cstddef>
#include <string>
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/real.h"
#include "gromacs/utility/smalloc.h"
Declares a generic serialization interface that supports both directions.
Classes | |
class | gmx::ISerializer |
Interface for types that convert standard data types into a form suitable for storage or transfer. More... | |