Loading...
Searching...
No Matches
hellfire::Serializer< T > Struct Template Reference

#include <Serializer.h>

Collaboration diagram for hellfire::Serializer< T >:

Static Public Member Functions

static bool serialize (std::ostream &output, const T *obj)
 
static bool deserialize (std::istream &input, T *obj)
 

Detailed Description

template<typename T>
struct hellfire::Serializer< T >

Definition at line 18 of file Serializer.h.

Member Function Documentation

◆ deserialize()

template<typename T >
static bool hellfire::Serializer< T >::deserialize ( std::istream &  input,
T *  obj 
)
static

◆ serialize()

template<typename T >
static bool hellfire::Serializer< T >::serialize ( std::ostream &  output,
const T *  obj 
)
static

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