CTR Pia  4.11.3
Game Communication Engine
nn::pia::clone::StraightSerializePolicy< Type_ > Class Template Reference

Serializes the source data structure without changes. More...

Public Types

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

Detailed Description

template<typename Type_>
class nn::pia::clone::StraightSerializePolicy< Type_ >

Serializes the source data structure without changes.

Template Parameters
Type_Specifies the type of the data to be serialized.


Revision History:
2013-07-18 Initial version.