CTR Pia  4.11.3
Game Communication Engine
nn::pia::clone::LittleEndianSerializePolicy< Type > Class Template Reference

Represents a serialization algorithm based on little endian. More...

+ Inheritance diagram for nn::pia::clone::LittleEndianSerializePolicy< Type >:

Public Types

typedef Type Type
 Defines the type of the data to be serialized.
 

Detailed Description

template<typename Type>
class nn::pia::clone::LittleEndianSerializePolicy< Type >

Represents a serialization algorithm based on little endian.

Use this class when you want to communicate with little endian regardless of the hardware byte order.

Template Parameters
TypeSpecifies the type of the data to be serialized.
Revision History:
2013-07-18 Initial version.