| | 140 | |
| | 141 | The ping pong example still uses the old deprecated ariba::message messages with the ariba built-in serialization. For future applications please use the new reboost::message_t messages. Data is stored in high efficient zero-copy buffers of type reboost::shared_buffer_t. These buffers hold plain data, so you have to serialize the data "on your own". |
| | 142 | |
| | 143 | We recommend third-party serialization libraries like: |
| | 144 | - Protocol Buffers (http://en.wikipedia.org/wiki/Protocol_Buffers) |
| | 145 | - Message Pack (http://en.wikipedia.org/wiki/MessagePack) |
| | 146 | |
| | 147 | ''' reboost::message_t ''' |
| | 148 | |