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