DelegateMQ
Loading...
Searching...
No Matches
Serializer.h File Reference
#include "delegate/ISerializer.h"
#include "msg_serialize.h"
#include <iostream>

Go to the source code of this file.

Classes

class  Serializer< RetType(Args...)>
 

Functions

template<typename Arg1 , typename... Args>
void make_serialized (serialize &ser, std::ostream &os, Arg1 &arg1, Args... args)
 
template<typename Arg1 , typename... Args>
void make_unserialized (serialize &ser, std::istream &is, Arg1 &arg1, Args &&... args)
 

Detailed Description

See also
https://github.com/endurodave/DelegateMQ David Lafreniere, 2025.

Serialize callable argument data using serialize class for transport to a remote. Endinaness correctly handled by serialize class.

Function Documentation

◆ make_serialized()

template<typename Arg1 , typename... Args>
void make_serialized ( serialize & ser,
std::ostream & os,
Arg1 & arg1,
Args... args )

◆ make_unserialized()

template<typename Arg1 , typename... Args>
void make_unserialized ( serialize & ser,
std::istream & is,
Arg1 & arg1,
Args &&... args )