ESA JPIP server  0.1
data::Serializer< string > Struct Template Reference

Serializer for the string class. More...

#include <serialize.h>

Collaboration diagram for data::Serializer< string >:

Static Public Member Functions

static InputStreamLoad (InputStream &stream, string &var)
 
static OutputStreamSave (OutputStream &stream, string &var)
 

Detailed Description

template<>
struct data::Serializer< string >

Serializer for the string class.

See also
Serializer

Member Function Documentation

static InputStream& data::Serializer< string >::Load ( InputStream stream,
string &  var 
)
inlinestatic

Here is the call graph for this function:

static OutputStream& data::Serializer< string >::Save ( OutputStream stream,
string &  var 
)
inlinestatic

Here is the call graph for this function:


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