31 #ifndef SERUT_FILESERIALIZER_H 33 #define SERUT_FILESERIALIZER_H 35 #include "serutconfig.h" 66 bool open(
const std::string &filename,
OpenMode m);
71 bool readBytes(
void *pBuffer,
size_t amount);
72 bool writeBytes(
const void *pBuffer,
size_t amount);
80 #endif // SERUT_FILESERIALIZER_H Definition: dummyserializer.h:38
Write-only mode.
Definition: fileserializer.h:53
OpenMode
Specifies the mode in which a file can be opened.
Definition: fileserializer.h:48
Generic serialization interface.
Definition: serializationinterface.h:57
A serializer for writing to and reading from files.
Definition: fileserializer.h:44
Read-only mode.
Definition: fileserializer.h:51