#include <Serializer.h>
Static Public Member Functions | |
static unsigned char * | construct (int *obj, unsigned char *buf) |
Just casting. | |
static unsigned char * | serialize (const int &obj, unsigned char *buf) |
Just casting. | |
static int | getSerializedSize (const int &obj) |
Just sizeof. | |
static bool | needsSerializing () |
Primitives don't need serialization. |
Definition at line 80 of file Serializer.h.
|
Just casting.
Definition at line 85 of file Serializer.h. |
|
Just sizeof.
Definition at line 99 of file Serializer.h. |
|
Primitives don't need serialization.
Definition at line 105 of file Serializer.h. |
|
Just casting.
Definition at line 92 of file Serializer.h. |