CTR Pia
4.11.3
Game Communication Engine
|
Reverses the byte order of the source data and then serializes it. More...
Public Types | |
typedef Type_ | Type |
Defines the type of the data to be serialized. | |
Reverses the byte order of the source data and then serializes it.
Type_ | Specifies the type of the data to be serialized. |
This class is only implemented for the following types: u8
, s8
, u16
, s16
, u32
, s32
, u64
, s64
, f32
, and f64
. To use this class with a type, you must implement a Reverse
function corresponding to that type.
For example:
You would implement this type as follows.