Codemesh Runtime v3 C++ API Reference
3.9.205
|
An abstraction around object data and how to serialize/deserialize it. More...
#include <xmog_remote_data.h>
An abstraction around object data and how to serialize/deserialize it.
Please note that these methods deal with remote data and not with general message bytes. If you have to write a 2-byte short to a message for example to indicate a status code, you should not use the methods in this type because we only deal with tagged and aligned data here, and not with raw data.