#include <Serializer.h>
Static Public Member Functions | |
| static unsigned char * | construct (double *obj, unsigned char *buf) |
| Just casting. | |
| static unsigned char * | serialize (const double &obj, unsigned char *buf) |
| Just casting. | |
| static int | getSerializedSize (const double &obj) |
| Just sizeof. | |
| static bool | needsSerializing () |
| Primitives don't need serialization. | |
Definition at line 246 of file Serializer.h.
|
||||||||||||
|
Just casting.
Definition at line 251 of file Serializer.h. |
|
|
Just sizeof.
Definition at line 265 of file Serializer.h. |
|
|
Primitives don't need serialization.
Definition at line 271 of file Serializer.h. |
|
||||||||||||
|
Just casting.
Definition at line 258 of file Serializer.h. |
1.4.4