47 template<
class SerialClass>
51 bool fastCompression=
true 64 template<
typename SerialClass>
65 SerialClass *
read(std::string& path,
bool fastCompression=
true);
68 #include <SerialIO.tcc> SerialClass * read(std::string &path, bool fastCompression=true)
static SerialIO * instance
Pointer to singleton instance of SerialIO.
Definition: SerialIO.h:18
SerialIO()=default
Singleton constructor.
Utils for Input/Output operations of serializable objects.
Definition: SerialIO.h:11
void write(std::string &path, SerialClass *object, bool fastCompression=true)
static SerialIO * getInstance()
Definition: SerialIO.cpp:6