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