¡@

Home 

c++ Programming Glossary: genericmessage

Boost: De-serializing a custom C++ object passed over ZeroMQ pull socket

http://stackoverflow.com/questions/14565538/boost-de-serializing-a-custom-c-object-passed-over-zeromq-pull-socket

any further help. Description I have a C class named GenericMessage which simply holds an id and data as its members See code snippet.. an id and data as its members See code snippet 2 below GenericMessage.hxx . My intention is to serialize an instance of this class.. snippet below. The receiving and de serialization of the GenericMessage instance is implemented in TestBE.cxx available in the 5th code..