C++ API Reference
|
Helper : Instantiate to automatically (de)register a serializaton format Requires that the template parameter class has implemented the registerFormat() and deregisterFormat() methods. More...
#include <adskDataSerializer.h>
Public Member Functions | |
SerializerInitializer (const TheType &fmt) | |
Constructor, automatically register the new format. More... | |
~SerializerInitializer () | |
Destructor, automatically deregister the format. | |
Helper : Instantiate to automatically (de)register a serializaton format Requires that the template parameter class has implemented the registerFormat() and deregisterFormat() methods.
|
inline |
Constructor, automatically register the new format.
[in] | fmt | New format to be registered |