|
ESA JPIP server
0.1
|
This template class allows to define a "serializer". More...
#include <serialize.h>
Static Public Member Functions | |
| static InputStream & | Load (InputStream &stream, T &var) |
| static OutputStream & | Save (OutputStream &stream, T &var) |
This template class allows to define a "serializer".
By default, the basic serializer calls the method SerializeWith of the objet to be serialized.
In order to define a serializer of any other specific type, it is required to define a specialization of this template class, and redefine the methods Load and Save.
|
inlinestatic |
|
inlinestatic |