RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Serialization.cpp File Reference
#include "Serialization.h"
#include "../../MetaData.h"
#include "../../EventId.h"
#include "../../Scope.h"
Include dependency graph for Serialization.cpp:

Go to the source code of this file.

Namespaces

 rsb
 
 rsb::transport
 
 rsb::transport::socket
 

Functions

EventPtr rsb::transport::socket::notificationToEvent (protocol::Notification &notification, bool exposeWireSchema=false)
 Converts notification into an Event. More...
 
void rsb::transport::socket::eventToNotification (protocol::Notification &notification, const EventPtr &event, const std::string &wireSchema, const std::string &data)
 Converts the Event event into a protocol::Notification, storing the result in notification. More...