DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
SerializerFactory.hpp File Reference

Configurable factory that builds either a SerializerJSON or a SerializerH5 with all tunables exposed through the DNDS config system. More...

#include "SerializerBase.hpp"
#include "SerializerJSON.hpp"
#include "SerializerH5.hpp"
#include "JsonUtil.hpp"
#include "ConfigParam.hpp"
Include dependency graph for SerializerFactory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DNDS::Serializer::SerializerFactory
 Config-backed factory selecting between JSON and HDF5 serializers. More...
 

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 
namespace  DNDS::Serializer
 

Detailed Description

Configurable factory that builds either a SerializerJSON or a SerializerH5 with all tunables exposed through the DNDS config system.

Definition in file SerializerFactory.hpp.