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

Represents a serialization algorithm based on host byte order. More...

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

Public Types

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

Detailed Description

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

Represents a serialization algorithm based on host byte order.

This algorithm is fast because byte order conversion is not needed, but you cannot communicate between hardware with different host byte orders.

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