#include "serialbox/core/frontend/stella/DataFieldInfo.h"
#include "serialbox/core/frontend/stella/ForwardDecl.h"
#include "serialbox/core/frontend/stella/KBoundary.h"
#include "serialbox/core/frontend/stella/MetainfoSet.h"
#include "serialbox/core/frontend/stella/Savepoint.h"
#include "serialbox/core/frontend/stella/SerializationException.h"
#include <boost/shared_ptr.hpp>
#include <map>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | serialbox::stella::Serializer |
Implementation of the STELLA Serializer. More... | |
Namespaces | |
serialbox | |
Namespace of the serialbox library. | |
Enumerations | |
enum | serialbox::stella::SerializerOpenMode { SerializerOpenModeRead, SerializerOpenModeWrite, SerializerOpenModeAppend } |
OpenPolicy of the Serializer. | |
This file contains the Serializer implementation of the STELLA frontend.
Definition in file Serializer.h.