XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xtd::rpc::marshaler_base< _Ty > Class Template Reference

marshaler_base specialization of any type throws a static assertion if used with a non-pod type indicating that a specialization for the type is missing More...

+ Collaboration diagram for xtd::rpc::marshaler_base< _Ty >:

Static Public Member Functions

static void marshal (payload &oPayload, const _Ty &val)
 
static _Ty unmarshal (payload &oPayload)
 

Detailed Description

template<typename _Ty>
class xtd::rpc::marshaler_base< _Ty >

marshaler_base specialization of any type throws a static assertion if used with a non-pod type indicating that a specialization for the type is missing

Template Parameters
_Tythe type of value to marshal and unmarshal from the payload

Definition at line 88 of file rpc.hpp.


The documentation for this class was generated from the following file: