Classes | |
| struct | serializer |
| Serializes and deserializes messagess to and from bytestreams. More... | |
Typedefs | |
| typedef serializer | Serializer |
| Serializes and deserializes messagess to and from bytestreams. | |
| typedef struct serializer Serializer |
Serializes and deserializes messagess to and from bytestreams.
While not scrictly necessary for passing messages between components running in the same process, most inter-process or network protocols require data to encapsulated in a bytestream. Messaging implementations are given a Serializer instance so they might package their messages as appropriate.
1.4.7